From 451e683bcf9f625072076f6b4bf425ba744849ec Mon Sep 17 00:00:00 2001 From: David Young Date: Wed, 13 Jan 2021 18:42:07 +1300 Subject: [PATCH] Debug misbehaving GitHub action Signed-off-by: David Young --- .github/workflows/add-new-issues-prs-to-projects.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/add-new-issues-prs-to-projects.yml b/.github/workflows/add-new-issues-prs-to-projects.yml index 6b47e00..4e23761 100644 --- a/.github/workflows/add-new-issues-prs-to-projects.yml +++ b/.github/workflows/add-new-issues-prs-to-projects.yml @@ -16,6 +16,8 @@ jobs: - name: Assign issues and pull requests with any "recipe" label to project 1 (recipes) uses: srggrs/assign-one-project-github-action@1.2.0 if: | - contains(github.event.issue.labels.*.name, 'recipe') + contains(github.event.issue.labels.*.name, 'recipe/request') || + contains(github.event.issue.labels.*.name, 'recipe/new') || + contains(github.event.issue.labels.*.name, 'recipe/update') with: project: 'https://github.com/geek-cookbook/geek-cookbook/projects/1'