Skip to content

chore: add temp action to capture new agency-onboarding issues #1

chore: add temp action to capture new agency-onboarding issues

chore: add temp action to capture new agency-onboarding issues #1

name: "Project triage: test"

Check failure on line 1 in .github/workflows/add-to-project.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/add-to-project.yml

Invalid workflow file

(Line: 11, Col: 5): Unexpected value 'run', (Line: 12, Col: 5): 'if' is already defined, (Line: 13, Col: 5): 'run' is already defined
on:
issues:
types: [opened]
jobs:
add-to-project-agency-onboarding:
runs-on: ubuntu-latest
if: "contains( github.event.issue.labels.*.name, 'agency-onboarding')"
run: echo 'new agency onboarding issue detected'
if: "!contains( github.event.issue.labels.*.name, 'agency-onboarding')"
run: echo 'new issue detected, not agency onboarding though'