From 40c4fd254084bff2ef5040eb8b4ec583cddb5b42 Mon Sep 17 00:00:00 2001 From: Christoph Blecker Date: Wed, 8 Feb 2023 17:28:43 -0800 Subject: Update issue template for annual reports --- generator/README.md | 5 ++++- generator/annual-report/github_issue.tmpl | 3 +-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/generator/README.md b/generator/README.md index 787dabd3..6c75e951 100644 --- a/generator/README.md +++ b/generator/README.md @@ -80,9 +80,12 @@ drop GitHub issue templates into the `generator/generated/` directory. You can generate the issues from these templates by running: ```bash -ls -1 generator/generated/*.md | xargs -L1 hub issue create -F +for i in $(ls -1 generator/generated/*.md); do hub issue create -F $i && rm $i; done ``` + You may run into rate limiting issues, which is why this command removes the + files after an issue has been successfully created. + ## Adding custom content diff --git a/generator/annual-report/github_issue.tmpl b/generator/annual-report/github_issue.tmpl index b60870f1..40433612 100644 --- a/generator/annual-report/github_issue.tmpl +++ b/generator/annual-report/github_issue.tmpl @@ -15,8 +15,6 @@ Actions for the chair/organizer of the community group: Once all the above items are complete, this issue may be `/close`'d -A template has already been generated for your group, and is available [here](https://git.k8s.io/community/{{.Dir}}/annual-report-{{lastYear}}.md). - Key dates: - Initial PR to communtiy repo should be opened by March 24th, {{now.UTC.Year}} - PR should be reviewed and merged by April 7th, {{now.UTC.Year}} @@ -31,6 +29,7 @@ If you have any questions or concerns about this process, you may reach the Stee - The public mailing list steering@kubernetes.io - The private mailing list steering-private@kubernetes.io for any private or sensitive issues. +/assign {{range .Leadership.Chairs}}@{{.GitHub}} {{end}} /{{.Prefix}} {{.Label}} /committee steering /area annual-reports -- cgit v1.2.3