AAP-79229 Make candidates deterministic, aim for managed as has better support in legacy RBAC #2613
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: DVCS (Find Jira Key) | |
| on: | |
| pull_request_target: | |
| jobs: | |
| dvcs_pr_checker: | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| runs-on: ubuntu-latest | |
| name: Check the PR for DVCS integration | |
| steps: | |
| - uses: ansible/dvcs-action@devel | |
| with: | |
| github_token: ${{ secrets.GITHUB_TOKEN }} |