1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-12 17:26:19 +00:00

Debug misbehaving GitHub action

Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
David Young
2021-01-13 18:42:07 +13:00
parent 8682765944
commit 451e683bcf

View File

@@ -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'