Update Parent issue #26
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: Update Parent issue | |
| on: | |
| pull_request: | |
| types: | |
| - review_requested | |
| pull_request_review: | |
| types: | |
| - submitted | |
| permissions: | |
| issues: write | |
| env: | |
| ISSUE_STATE: pr_inprogress | |
| REMOVE_ISSUES: --remove-label pr_approved --remove-label pr_review --remove-label pr_inprogress | |
| GH_TOKEN: ${{ github.token }} | |
| jobs: | |
| check_review_label: | |
| uses: redhat-performance/zathras/.github/workflows/issue_tagging.yaml@main |