Skip to content

Commit 7bd7b0a

Browse files
committed
stable-branch: Don't remove labeler configuration
This configuration file is used by the auto-labeler workflow to assign labels to PRs. Keep the configuration. Signed-off-by: Joe Stringer <joe@cilium.io>
1 parent 54a9ff3 commit 7bd7b0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/ISSUE_TEMPLATE/release_template_rc_branch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ assignees: ''
121121
- `grep -v '#' ../cilium-X.Y-1/CODEOWNERS >> CODEOWNERS`
122122
- `make -C Documentation update-codeowners`
123123
- Delete unnecessary GitHub configurations from the stable branch
124-
- `git rm .github/{labeler,pull_request,renovate}*`
124+
- `git rm .github/{pull_request,renovate}*`
125125
- `git rm -r .github/ISSUE_TEMPLATE/`
126126
- `git rm .github/workflows/lint-codeowners.yaml`
127127
- `git rm .github/workflows/release.yaml`

0 commit comments

Comments
 (0)