diff options
| author | Syndamia <kamen@syndamia.com> | 2024-08-11 20:35:56 +0300 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2024-08-11 20:35:56 +0300 |
| commit | 909032bec981e7a8ff87c7a9f4bdee96cdc4e6df (patch) | |
| tree | c0a473b2ac8a05bfeb09a92eef89646db7e14a9f /.github | |
| parent | b2d798879893cde1830a0e3af4ce1789812a709e (diff) | |
| download | pico-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.yml | 2 |
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 |
