summaryrefslogtreecommitdiff
path: root/.github/workflows/pull-request-labels.yml
diff options
context:
space:
mode:
authorVijayakumar A <36878324+kumvijaya@users.noreply.github.com>2024-05-26 01:57:59 +0530
committerGitHub <noreply@github.com>2024-05-25 22:27:59 +0200
commit9301c507f91ea40fc0d4d86cf708a7ba6d3b0bb9 (patch)
treefae69af3ccd22e81a494c232034069263d3aab92 /.github/workflows/pull-request-labels.yml
parentb8d844027482ee3e2ec73e4b1c7881572e962f98 (diff)
downloadvyos-1x-9301c507f91ea40fc0d4d86cf708a7ba6d3b0bb9.tar.gz
vyos-1x-9301c507f91ea40fc0d4d86cf708a7ba6d3b0bb9.zip
T6399: added reusable workflows codeowners file to sagitta (#3515)
Diffstat (limited to '.github/workflows/pull-request-labels.yml')
-rw-r--r--.github/workflows/pull-request-labels.yml20
1 files changed, 0 insertions, 20 deletions
diff --git a/.github/workflows/pull-request-labels.yml b/.github/workflows/pull-request-labels.yml
deleted file mode 100644
index 43856beaa..000000000
--- a/.github/workflows/pull-request-labels.yml
+++ /dev/null
@@ -1,20 +0,0 @@
----
-name: Add pull request labels
-
-on:
- pull_request_target:
- branches:
- - current
- - crux
- - equuleus
- - sagitta
-
-jobs:
- add-pr-label:
- name: Add PR Labels
- runs-on: ubuntu-latest
- permissions:
- contents: read
- pull-requests: write
- steps:
- - uses: actions/labeler@v5