chore(deps): bump actions-toolkit from 8d7c943
to e9ed93c
#635
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: Check linked issues | |
on: | |
pull_request_target: | |
types: [opened, edited, reopened, synchronize] | |
jobs: | |
check_pull_requests: | |
runs-on: ubuntu-latest | |
name: Check linked issues | |
steps: | |
- uses: nearform-actions/github-action-check-linked-issues@v1 | |
id: check-linked-issues | |
with: | |
github-token: ${{ github.token }} | |
exclude-branches: "release/**, dependabot/**" |