summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2025-04-20 16:48:22 +0200
committerGitHub <noreply@github.com>2025-04-20 16:48:22 +0200
commite66f26fcb1dc15dc85135dc711e38be1fc0e0f62 (patch)
tree6261f1831d9951f17ff4cbab97e973fbdc63cb42
parent1df127ef16f1e725394c0afc9deead52d445f69a (diff)
parente38b83b50a68e54bbe9ff5dc180b76632bd2b50e (diff)
downloadvyos-user-utils-e66f26fcb1dc15dc85135dc711e38be1fc0e0f62.tar.gz
vyos-user-utils-e66f26fcb1dc15dc85135dc711e38be1fc0e0f62.zip
Merge pull request #22 from kumvijaya/current
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 f748959..7b4a241 100644
--- a/.github/workflows/trigger-pr-mirror-repo-sync.yml
+++ b/.github/workflows/trigger-pr-mirror-repo-sync.yml
@@ -5,6 +5,11 @@ on:
- closed
branches:
- current
+
+permissions:
+ pull-requests: write
+ contents: write
+ issues: write
jobs:
call-trigger-mirror-pr-repo-sync: