[batch] Compact And Drop Records from job_group_inst_coll_cancellable_resources
#13
Workflow file for this run
This file contains 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: require linked issue | |
on: | |
pull_request_target: | |
branches: ["main"] | |
types: [opened, edited, reopened, synchronize] | |
jobs: | |
check_pull_requests: | |
runs-on: ubuntu-latest | |
name: require linked issue | |
permissions: | |
issues: read | |
pull-requests: read | |
steps: | |
- uses: nearform-actions/github-action-check-linked-issues@v1 | |
id: check-linked-issues | |
with: | |
comment: false |