Skip to content

build(deps-dev): bump @commitlint/cli from 19.2.1 to 19.2.2 #1015

build(deps-dev): bump @commitlint/cli from 19.2.1 to 19.2.2

build(deps-dev): bump @commitlint/cli from 19.2.1 to 19.2.2 #1015

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
permissions:
issues: read
pull-requests: write
steps:
- uses: nearform-actions/github-action-check-linked-issues@v1
id: check-linked-issues
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
exclude-branches: release/**, dependabot/**