From 95e2b05240d3fb42d1aaf80193aa5eeffded53a9 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sun, 23 Jun 2024 02:53:08 -0700 Subject: [PATCH 1/2] Automatically set the label to `03 type: feature (plip)` for PLIPs --- .github/ISSUE_TEMPLATE/PLIP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/PLIP.md b/.github/ISSUE_TEMPLATE/PLIP.md index ba65da284c..9eb2c48076 100644 --- a/.github/ISSUE_TEMPLATE/PLIP.md +++ b/.github/ISSUE_TEMPLATE/PLIP.md @@ -2,7 +2,7 @@ name: "\U0001F680 PLIP" about: Plone Improvement Proposal title: '' -labels: '' +labels: '03 type: feature (plip)' assignees: '' --- From fbd468a9530ee0a23322c406852f3aecd6b574f1 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sun, 23 Jun 2024 19:19:54 -0700 Subject: [PATCH 2/2] Create 6122.internal --- packages/volto/news/6122.internal | 1 + 1 file changed, 1 insertion(+) create mode 100644 packages/volto/news/6122.internal diff --git a/packages/volto/news/6122.internal b/packages/volto/news/6122.internal new file mode 100644 index 0000000000..27fa8d76c8 --- /dev/null +++ b/packages/volto/news/6122.internal @@ -0,0 +1 @@ +Automatically set a new issue's label to `03 type: feature (plip)` for PLIPs. @stevepiercy