diff options
author | Christian Breunig <christian@breunig.cc> | 2024-03-03 08:34:57 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-03-03 08:34:57 +0100 |
commit | 139df9f0509fc0f5421dcfa516c43487ffee439f (patch) | |
tree | 8e7a1504d7a6706fb6ac1f58b885013679f4b2bb | |
parent | 1488e906e26d6b7e6b54c528eccad1cde6fa3b4f (diff) | |
download | vyos-build-139df9f0509fc0f5421dcfa516c43487ffee439f.tar.gz vyos-build-139df9f0509fc0f5421dcfa516c43487ffee439f.zip |
GitHub: add labeler.yml
-rw-r--r-- | .github/labeler.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml new file mode 100644 index 00000000..e0b9ee43 --- /dev/null +++ b/.github/labeler.yml @@ -0,0 +1,12 @@ +equuleus: + - any: + - base-branch: 'equuleus' +current: + - any: + - base-branch: 'current' +crux: + - any: + - base-branch: 'crux' +sagitta: + - any: + - base-branch: 'sagitta' |