chore(deps): bump actions-toolkit from e49ae06
to 5e449a5
#537
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/github-action-check-linked-issues@v1 | |
id: check-linked-issues | |
with: | |
github-token: ${{ github.token }} | |
exclude-branches: "release/**, dependabot/**" |