diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-05-19 00:27:03 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-18 20:57:03 +0200 |
commit | 65c8e9e24aec4e90a52319956e062ae7640fec34 (patch) | |
tree | 9157234b89340ed0342380a9a63e07c8ee18701c /.github/workflows/add-pr-labels.yml | |
parent | 9a5897682a6d7fb59e2e90eb50b87dbbe8babaea (diff) | |
download | vyos-1x-65c8e9e24aec4e90a52319956e062ae7640fec34.tar.gz vyos-1x-65c8e9e24aec4e90a52319956e062ae7640fec34.zip |
T6349: updated pr-labels workflow permission (#3485)
Diffstat (limited to '.github/workflows/add-pr-labels.yml')
-rw-r--r-- | .github/workflows/add-pr-labels.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/add-pr-labels.yml b/.github/workflows/add-pr-labels.yml index 78d619f4a..1723cceb0 100644 --- a/.github/workflows/add-pr-labels.yml +++ b/.github/workflows/add-pr-labels.yml @@ -9,6 +9,10 @@ on: - equuleus - sagitta +permissions: + pull-requests: write + contents: read + jobs: add-pr-label: uses: vyos/.github/.github/workflows/add-pr-labels.yml@feature/T6349-reusable-workflows |