Skip to content

Commit

Permalink
[compliance] require linked issues for PRs (#14641)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehigham authored Jul 29, 2024
1 parent ab730f1 commit ba793be
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/require-linked-issue.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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

0 comments on commit ba793be

Please sign in to comment.