summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/pull-request.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml
index 4ea7d10a..a84449a3 100644
--- a/.github/workflows/pull-request.yml
+++ b/.github/workflows/pull-request.yml
@@ -7,6 +7,9 @@ jobs:
name: Check for dangling symlinks
runs-on: ubuntu-latest
+ permissions:
+ pull-requests: write
+
steps:
- name: Check out the repo
uses: actions/checkout@v2