Skip to content

feat: Allow customization of the github.event_name check #553

feat: Allow customization of the github.event_name check

feat: Allow customization of the github.event_name check #553

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/**"