diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-05-26 01:57:59 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-25 22:27:59 +0200 |
commit | 9301c507f91ea40fc0d4d86cf708a7ba6d3b0bb9 (patch) | |
tree | fae69af3ccd22e81a494c232034069263d3aab92 /.github/labeler.yml | |
parent | b8d844027482ee3e2ec73e4b1c7881572e962f98 (diff) | |
download | vyos-1x-9301c507f91ea40fc0d4d86cf708a7ba6d3b0bb9.tar.gz vyos-1x-9301c507f91ea40fc0d4d86cf708a7ba6d3b0bb9.zip |
T6399: added reusable workflows codeowners file to sagitta (#3515)
Diffstat (limited to '.github/labeler.yml')
-rw-r--r-- | .github/labeler.yml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml deleted file mode 100644 index e0b9ee430..000000000 --- a/.github/labeler.yml +++ /dev/null @@ -1,12 +0,0 @@ -equuleus: - - any: - - base-branch: 'equuleus' -current: - - any: - - base-branch: 'current' -crux: - - any: - - base-branch: 'crux' -sagitta: - - any: - - base-branch: 'sagitta' |