diff options
author | kumvijaya <kuvmijaya@gmail.com> | 2025-04-20 14:30:10 +0530 |
---|---|---|
committer | kumvijaya <kuvmijaya@gmail.com> | 2025-04-20 14:30:10 +0530 |
commit | 31f098b470314532f2b20330b568bb7025096291 (patch) | |
tree | 906eca8a44a7958115901d1051887528d8438330 | |
parent | ab648af4c07e8a09e0a1236b661ac0ec0639ff17 (diff) | |
download | vyos-1x-31f098b470314532f2b20330b568bb7025096291.tar.gz vyos-1x-31f098b470314532f2b20330b568bb7025096291.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.yml | 5 |
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 |