aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main-pr.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/main-pr.yml b/.github/workflows/main-pr.yml
index 9affd16..85ee2fb 100644
--- a/.github/workflows/main-pr.yml
+++ b/.github/workflows/main-pr.yml
@@ -7,6 +7,8 @@ on:
jobs:
pr_to_main_from_dev:
if: github.head_ref != 'dev'
+ permissions:
+ pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: superbrothers/close-pull-request@v3