summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2025-04-20 12:55:28 +0200
committerGitHub <noreply@github.com>2025-04-20 12:55:28 +0200
commit39e2a908e5d141911820c20bb1a5a5b1b96fa457 (patch)
tree906eca8a44a7958115901d1051887528d8438330
parentab648af4c07e8a09e0a1236b661ac0ec0639ff17 (diff)
parent31f098b470314532f2b20330b568bb7025096291 (diff)
downloadvyos-1x-39e2a908e5d141911820c20bb1a5a5b1b96fa457.tar.gz
vyos-1x-39e2a908e5d141911820c20bb1a5a5b1b96fa457.zip
Merge pull request #4462 from kumvijaya/currentHEADcurrent
T7334: pr mirror trigger workflow added with label creation permission for default github token
-rw-r--r--.github/workflows/trigger-pr-mirror-repo-sync.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/trigger-pr-mirror-repo-sync.yml b/.github/workflows/trigger-pr-mirror-repo-sync.yml
index f74895987..978be0582 100644
--- a/.github/workflows/trigger-pr-mirror-repo-sync.yml
+++ b/.github/workflows/trigger-pr-mirror-repo-sync.yml
@@ -6,6 +6,11 @@ on:
branches:
- current
+permissions:
+ pull-requests: write
+ contents: write
+ issues: write
+
jobs:
call-trigger-mirror-pr-repo-sync:
if: github.repository_owner == 'vyos' && github.event.pull_request.merged == true