Skip to content

Add tailwind support across all pages #30

Add tailwind support across all pages

Add tailwind support across all pages #30

# automatically syched from: ooni/pm-tools
on:
issues:
types:
- opened
- labeled
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
# Add to triaging board
project-url: https://github.com/orgs/ooni/projects/47
github-token: ${{ secrets.ADD_TO_PROJECT_GH_TOKEN }}
labeled: bug, triage

Check failure on line 18 in .github/workflows/add_issues_to_project.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/add_issues_to_project.yml

Invalid workflow file

The workflow is not valid. .github/workflows/add_issues_to_project.yml (Line: 18, Col: 9): Unexpected value 'labeled' .github/workflows/add_issues_to_project.yml (Line: 19, Col: 9): Unexpected value 'label-operator'
label-operator: OR
- uses: actions/[email protected]
if: github.event.action == 'labeled' && startsWith(github.event.label.name, 'funder/')
with:
# Add to funder reporting board
project-url: https://github.com/orgs/ooni/projects/33
github-token: ${{ secrets.ADD_TO_PROJECT_GH_TOKEN }}