From a0ad464ac8980760b6d12f3354918d2b82740acd Mon Sep 17 00:00:00 2001 From: Maciej Szulik Date: Wed, 15 Jan 2025 16:13:12 +0100 Subject: [PATCH] Fix typo in issue template and switch to use gh for creating issues Signed-off-by: Maciej Szulik --- generator/README.md | 2 +- generator/annual-report/github_issue.tmpl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/generator/README.md b/generator/README.md index 96b6ca72e..d79980ece 100644 --- a/generator/README.md +++ b/generator/README.md @@ -78,7 +78,7 @@ drop GitHub issue templates into the `generator/generated/` directory. You can generate the issues from these templates by running: ```bash -for i in $(ls -1 generator/generated/*.md); do hub issue create -F $i && rm $i; done +for i in $(ls -1 generator/generated/*.md); do gh issue create --repo kubernetes/community --title="$(head -n 1 $i)" --body-file $i && rm $i; done ``` You may run into rate limiting issues, which is why this command removes the diff --git a/generator/annual-report/github_issue.tmpl b/generator/annual-report/github_issue.tmpl index e4613f837..837b6d0e8 100644 --- a/generator/annual-report/github_issue.tmpl +++ b/generator/annual-report/github_issue.tmpl @@ -16,8 +16,8 @@ Actions for the chair/organizer of the community group: Once all the above items are complete, this issue may be `/close`'d Key dates: -- Initial PR to communtiy repo should be opened by May 1, {{now.UTC.Year}} -- PR should be reviewed and merged by May 22, {{now.UTC.Year}} +- Initial PR to community repo should be opened by February 14, {{now.UTC.Year}} +- PR should be reviewed and merged by February 28, {{now.UTC.Year}} More detailed information on the annual reports process is available [here](https://git.k8s.io/community/committee-steering/governance/annual-reports.md).