diff options
author | Christian Breunig <christian@breunig.cc> | 2025-04-20 12:55:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-20 12:55:28 +0200 |
commit | 39e2a908e5d141911820c20bb1a5a5b1b96fa457 (patch) | |
tree | 906eca8a44a7958115901d1051887528d8438330 | |
parent | ab648af4c07e8a09e0a1236b661ac0ec0639ff17 (diff) | |
parent | 31f098b470314532f2b20330b568bb7025096291 (diff) | |
download | vyos-1x-39e2a908e5d141911820c20bb1a5a5b1b96fa457.tar.gz vyos-1x-39e2a908e5d141911820c20bb1a5a5b1b96fa457.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 |