diff options
author | Christian Marangi <ansuelsmth@gmail.com> | 2022-12-01 01:39:04 +0100 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2022-12-01 01:39:04 +0100 |
commit | 8b95e14e32f3893561b42d9f6a41c06a0aec61cf (patch) | |
tree | 95e95842a0f81a741ca3aad9f2d7180221cbb461 | |
parent | ce1de4209641f570e9be9dbbc758eab934469ef8 (diff) | |
download | upstream-8b95e14e32f3893561b42d9f6a41c06a0aec61cf.tar.gz upstream-8b95e14e32f3893561b42d9f6a41c06a0aec61cf.tar.bz2 upstream-8b95e14e32f3893561b42d9f6a41c06a0aec61cf.zip |
Revert "CI: Add release/22.03 label to all pull requests"
This reverts commit e7497d1083d336f37a0335f65303a1b7ce1f807b.
The solution is problematic since the action always take the
configuration from the master branch. Revert as suppressed by a better
solution.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
-rw-r--r-- | .github/labeler.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml index 4e6031a1a0..0910d37bd5 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -101,6 +101,3 @@ # GitHub/CI "GitHub/CI": - ".github/**" -# OpenWrt 22.03 branch: -"release/22.03": - - "*" |