aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2024-08-11 20:35:56 +0300
committerSyndamia <kamen@syndamia.com>2024-08-11 20:35:56 +0300
commit909032bec981e7a8ff87c7a9f4bdee96cdc4e6df (patch)
treec0a473b2ac8a05bfeb09a92eef89646db7e14a9f /.github
parentb2d798879893cde1830a0e3af4ce1789812a709e (diff)
downloadpico-web-909032bec981e7a8ff87c7a9f4bdee96cdc4e6df.tar
pico-web-909032bec981e7a8ff87c7a9f4bdee96cdc4e6df.tar.gz
pico-web-909032bec981e7a8ff87c7a9f4bdee96cdc4e6df.zip
fix(main-pr): Added write permissions
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