summaryrefslogtreecommitdiff
path: root/.github/workflows/label-backport.yml
diff options
context:
space:
mode:
authorVijayakumar A <36878324+kumvijaya@users.noreply.github.com>2024-05-19 00:27:03 +0530
committerGitHub <noreply@github.com>2024-05-18 20:57:03 +0200
commit65c8e9e24aec4e90a52319956e062ae7640fec34 (patch)
tree9157234b89340ed0342380a9a63e07c8ee18701c /.github/workflows/label-backport.yml
parent9a5897682a6d7fb59e2e90eb50b87dbbe8babaea (diff)
downloadvyos-1x-65c8e9e24aec4e90a52319956e062ae7640fec34.tar.gz
vyos-1x-65c8e9e24aec4e90a52319956e062ae7640fec34.zip
T6349: updated pr-labels workflow permission (#3485)
Diffstat (limited to '.github/workflows/label-backport.yml')
-rw-r--r--.github/workflows/label-backport.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/label-backport.yml b/.github/workflows/label-backport.yml
index 581363eb1..9192b8184 100644
--- a/.github/workflows/label-backport.yml
+++ b/.github/workflows/label-backport.yml
@@ -2,7 +2,11 @@ name: Mergifyio backport
on: [issue_comment]
+permissions:
+ pull-requests: write
+ contents: read
+
jobs:
- mergifyio_backport:
+ mergifyio-backport:
uses: vyos/.github/.github/workflows/label-backport.yml@feature/T6349-reusable-workflows
secrets: inherit