Skip to content

Commit be4674a

Browse files
committed
chore(config): retire orphaned issue templates from operator repos
normal-issue.md and new_version.md predate templating and were superseded by the managed 01-normal-issue.md / 02-bug_report.yml set. They still sit in 15 of 16 operator repos (opensearch-operator is already clean). kafka-operator and superset-operator also carry an old unprefixed bug_report.yml next to the managed 02-bug_report.yml. Adding them to retired_files so the next rollout deletes them fleet-wide. state: absent is idempotent, so listing a file that is missing in a given repo is a no-op.
1 parent 272b393 commit be4674a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

config/retired_files.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ retired_files:
66
- .readme/static/borrowed/sdp_overview.png
77
- .github/workflows/pr_pre-commit.yaml
88
- .github/workflows/build.yml
9+
- .github/ISSUE_TEMPLATE/normal-issue.md
10+
- .github/ISSUE_TEMPLATE/new_version.md
11+
- .github/ISSUE_TEMPLATE/bug_report.yml

0 commit comments

Comments
 (0)