Skip to content

Commit

Permalink
Update check-linked-issues action
Browse files Browse the repository at this point in the history
  • Loading branch information
emerkle826 committed Jul 14, 2023
1 parent 776f3d2 commit bcc44f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check_pr_linked_issue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ name: Check PR linked to issue
on:
pull_request_target:
types: [opened, edited, reopened, synchronize]
workflow_dispatch:

jobs:
check_pull_requests:
runs-on: ubuntu-latest
name: Check linked issues
steps:
- uses: nearform/github-action-check-linked-issues@v1
- uses: nearform-actions/github-action-check-linked-issues@v1
id: check-linked-issues
with:
exclude-branches: "dependabot/**"
Expand Down

0 comments on commit bcc44f9

Please sign in to comment.