Skip to content

[AAP-57909] Fix for the custom role team assignment #503

[AAP-57909] Fix for the custom role team assignment

[AAP-57909] Fix for the custom role team assignment #503

Workflow file for this run

---
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
if: contains(github.event.pull_request.labels.*.name, 'safe to test')
steps:
- uses: ansible/dvcs-action@devel
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
...