summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2024-10-15 19:45:17 +0300
committerGitHub <noreply@github.com>2024-10-15 19:45:17 +0300
commitd5322412ecaf6d64be87abc4b3095d1c431cbacc (patch)
tree635a2f5a3d6a6cb1084815561898e5ba44672cf9 /.github
parenta84f14d85d4b0df5dc4d334fc763e44e08caa95a (diff)
downloadvyos-1x-circinus.tar.gz
vyos-1x-circinus.zip
T6781: Add permissions for action auto-close (#4160)circinus
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pr-auto-close.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/pr-auto-close.yml b/.github/workflows/pr-auto-close.yml
index 40e13a25b..b189c8843 100644
--- a/.github/workflows/pr-auto-close.yml
+++ b/.github/workflows/pr-auto-close.yml
@@ -7,6 +7,10 @@ on:
branches:
- circinus
+permissions:
+ pull-requests: write
+ contents: read
+
jobs:
run:
runs-on: ubuntu-latest