Skip to content

Commit

Permalink
chore: create .github/workflows/check-linked-issues.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
simoneb committed Jan 7, 2022
1 parent 9fd6bca commit 7141dd4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/check-linked-issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Check Linked Issues

on:
pull_request:
types: [opened, edited, reopened, synchronize]

jobs:
check_pull_requests:
runs-on: ubuntu-latest
name: Check linked issues
steps:
- uses: nearform/github-action-check-linked-issues@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
exclude-branches: 'release/**, dependabot/**'

0 comments on commit 7141dd4

Please sign in to comment.