Skip to content

Revert "feat: Allow customization of the github.event_name check" #677

Revert "feat: Allow customization of the github.event_name check"

Revert "feat: Allow customization of the github.event_name check" #677

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