Skip to content

Commit

Permalink
remove tracking of backports with MLH
Browse files Browse the repository at this point in the history
With the sunset of GH projects by GH [1], we will now create
organization-projects to track which PR is available on which release
after a CHANGELOG of a release is performed. Thus, we can also sunset
this feature from MLH.

[1] https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/

Signed-off-by: André Martins <andre@cilium.io>
  • Loading branch information
aanm committed Jun 13, 2024
1 parent 4b00124 commit 81adc5c
Showing 1 changed file with 0 additions and 41 deletions.
41 changes: 0 additions & 41 deletions .github/maintainers-little-helper.yaml
Original file line number Diff line number Diff line change
@@ -1,44 +1,3 @@
move-to-projects-for-labels-xored:
v1.15:
needs-backport/1.15:
project: "https://github.com/cilium/cilium/projects/286"
column: "Needs backport from main"
backport-pending/1.15:
project: "https://github.com/cilium/cilium/projects/286"
column: "Backport pending to v1.15"
backport-done/1.15:
project: "https://github.com/cilium/cilium/projects/286"
column: "Backport done to v1.15"
v1.14:
needs-backport/1.14:
project: "https://github.com/cilium/cilium/projects/285"
column: "Needs backport from main"
backport-pending/1.14:
project: "https://github.com/cilium/cilium/projects/285"
column: "Backport pending to v1.14"
backport-done/1.14:
project: "https://github.com/cilium/cilium/projects/285"
column: "Backport done to v1.14"
v1.13:
needs-backport/1.13:
project: "https://github.com/cilium/cilium/projects/284"
column: "Needs backport from main"
backport-pending/1.13:
project: "https://github.com/cilium/cilium/projects/284"
column: "Backport pending to v1.13"
backport-done/1.13:
project: "https://github.com/cilium/cilium/projects/284"
column: "Backport done to v1.13"
v1.12:
needs-backport/1.12:
project: "https://github.com/cilium/cilium/projects/263"
column: "Needs backport from main"
backport-pending/1.12:
project: "https://github.com/cilium/cilium/projects/263"
column: "Backport pending to v1.12"
backport-done/1.12:
project: "https://github.com/cilium/cilium/projects/263"
column: "Backport done to v1.12"
require-msgs-in-commit:
- regexpMsg: "(?m)^Signed-off-by:"
helper: "https://docs.cilium.io/en/stable/contributing/development/contributing_guide/#developer-s-certificate-of-origin"
Expand Down

0 comments on commit 81adc5c

Please sign in to comment.