Skip to content

Commit

Permalink
ci: update check-linked-issues job permissions (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
MelkorNemesis authored Apr 5, 2023
1 parent 7053aef commit 066df3a
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/check-linked-issues.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
name: Check linked issues

on:
'on':
pull_request_target:
types: [opened, edited, reopened, synchronize]

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

0 comments on commit 066df3a

Please sign in to comment.