diff options
| author | Christian Breunig <christian@breunig.cc> | 2025-04-20 16:48:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-20 16:48:22 +0200 |
| commit | e66f26fcb1dc15dc85135dc711e38be1fc0e0f62 (patch) | |
| tree | 6261f1831d9951f17ff4cbab97e973fbdc63cb42 | |
| parent | 1df127ef16f1e725394c0afc9deead52d445f69a (diff) | |
| parent | e38b83b50a68e54bbe9ff5dc180b76632bd2b50e (diff) | |
| download | vyos-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.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 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: |
