summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkumvijaya <kuvmijaya@gmail.com>2025-04-20 17:28:23 +0530
committerkumvijaya <kuvmijaya@gmail.com>2025-04-20 17:28:23 +0530
commite38b83b50a68e54bbe9ff5dc180b76632bd2b50e (patch)
tree6261f1831d9951f17ff4cbab97e973fbdc63cb42
parent1df127ef16f1e725394c0afc9deead52d445f69a (diff)
downloadvyos-user-utils-e38b83b50a68e54bbe9ff5dc180b76632bd2b50e.tar.gz
vyos-user-utils-e38b83b50a68e54bbe9ff5dc180b76632bd2b50e.zip
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: