Skip to content

Commit

Permalink
ci:
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustav-Eikaas committed Dec 20, 2023
1 parent 522e36e commit 95550cc
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/pr-issue-check.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
name: Verify linked issue

# This action works with pull requests and pushes
permissions:
actions: read
checks: read
contents: read
deployments: read
id-token: write
issues: write
discussions: read
packages: read
pages: read
pull-requests: read
repository-projects: read
security-events: read
statuses: read
on:
pull_request:

Expand Down

0 comments on commit 95550cc

Please sign in to comment.