From e69b3d7b11797385c4da81789b8efff67cf34ba3 Mon Sep 17 00:00:00 2001 From: David Young Date: Wed, 13 Jan 2021 16:58:03 +1300 Subject: [PATCH] Auto-assign new recipe requests to project board Signed-off-by: David Young --- .github/ISSUE_TEMPLATE/recipe-request.md | 4 +--- .../add-new-issues-prs-to-projects.yml | 21 +++++++++++++++++++ _snippets/premix-cta.md | 2 +- 3 files changed, 23 insertions(+), 4 deletions(-) create mode 100644 .github/workflows/add-new-issues-prs-to-projects.yml diff --git a/.github/ISSUE_TEMPLATE/recipe-request.md b/.github/ISSUE_TEMPLATE/recipe-request.md index fadb1b9..3615889 100644 --- a/.github/ISSUE_TEMPLATE/recipe-request.md +++ b/.github/ISSUE_TEMPLATE/recipe-request.md @@ -2,9 +2,7 @@ name: "\U0001F370 Request a recipe!" about: "I have a request for a fresh recipe \U0001F60B" title: "[recipe] " -labels: recipe/request, status/backlog -assignees: funkypenguin - +labels: recipe/request, status/backlog, good first issue ---