Use latest versions and remove out-of-date actions for sonar [AP-3937] #781
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Add Additional Reviewers | |
| on: | |
| pull_request: | |
| types: [opened, synchronize, ready_for_review, reopened] | |
| jobs: | |
| auto-request-review: | |
| name: Add Additional Reviewers | |
| runs-on: ubuntu-latest | |
| if: ${{ github.actor != 'dependabot[bot]' }} | |
| steps: | |
| - name: Request additional reviews based on supplied rules | |
| uses: necojackarc/[email protected] | |
| with: | |
| token: ${{ secrets.GH_TOKEN }} | |
| config: .github/additional_reviewers_config.yaml |