[openwrt/openwrt] CI: Add release/22.03 label to all pull requests

LEDE Commits lede-commits at lists.infradead.org
Tue Nov 29 13:06:14 PST 2022


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/e7497d1083d336f37a0335f65303a1b7ce1f807b

commit e7497d1083d336f37a0335f65303a1b7ce1f807b
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun Nov 27 17:44:04 2022 +0100

    CI: Add release/22.03 label to all pull requests
    
    This will add the release/22.03 label to all pull request from the
    OpenWrt 22.03 branch.
    
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 .github/labeler.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/labeler.yml b/.github/labeler.yml
index 0910d37bd5..4e6031a1a0 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -101,3 +101,6 @@
 # GitHub/CI
 "GitHub/CI":
   - ".github/**"
+# OpenWrt 22.03 branch:
+"release/22.03":
+  - "*"




More information about the lede-commits mailing list