diff options
author | Yuriy Andamasov <yuriy@vyos.io> | 2025-05-17 10:55:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-17 10:55:12 +0200 |
commit | 5bcc6dd64ad4baba359b82794a2f49ac7f51ebec (patch) | |
tree | 69ef161854a91f3ded9228a4b78a6d91df7220d1 /.github/workflows/add-pr-labels.yml | |
parent | 8f072b6f193979becc27d9977eed7e97cb830f46 (diff) | |
parent | 8a69103b24ea9195f194f2cab40bbaa49a19f027 (diff) | |
download | accel-ppp-ng-current.tar.gz accel-ppp-ng-current.zip |
T7461: add reusable actions
Diffstat (limited to '.github/workflows/add-pr-labels.yml')
-rw-r--r-- | .github/workflows/add-pr-labels.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.github/workflows/add-pr-labels.yml b/.github/workflows/add-pr-labels.yml new file mode 100644 index 0000000..4a706ad --- /dev/null +++ b/.github/workflows/add-pr-labels.yml @@ -0,0 +1,16 @@ +--- +name: Add pull request labels + +on: + pull_request_target: + branches: + - current + +permissions: + pull-requests: write + contents: read + +jobs: + add-pr-label: + uses: accel-ppp/.github/.github/workflows/add-pr-labels.yml@current + secrets: inherit |