From 6323dc789aaf70d292854f69ce3123df5b07c13d Mon Sep 17 00:00:00 2001 From: Sascha Grunert Date: Thu, 28 Nov 2019 09:24:29 +0100 Subject: [PATCH] Add kind/deprecation to pull request template With the merge of https://github.com/kubernetes/test-infra/pull/15040, we're now able to use the kind/deprecation label for PRs as well. This label will be consumed by the release notes generation tool. Signed-off-by: Sascha Grunert --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e5bdbcbef78..920956742c4 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -14,6 +14,7 @@ https://git.k8s.io/community/contributors/devel/sig-release/release.md#issuepr-k > /kind api-change > /kind bug > /kind cleanup +> /kind deprecation > /kind design > /kind documentation > /kind failing-test