Skip to content

Commit

Permalink
ci: update check-linked-issues job permissions (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
MelkorNemesis committed Apr 6, 2023
1 parent bbf8eac commit ca8d53b
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,15 +1,20 @@
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
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
exclude-branches: 'release/**, dependabot/**'
exclude-branches: release/**, dependabot/**
permissions:
issues: read
pull-requests: write

0 comments on commit ca8d53b

Please sign in to comment.