Skip to content

Use PascalCase instead of camelCase everywhere #4

Use PascalCase instead of camelCase everywhere

Use PascalCase instead of camelCase everywhere #4

name: Add issues to project board
on:
issues:
types:
- opened
permissions: {}
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/zkSNACKs/projects/18
github-token: ${{ secrets.AUTO_ADD_TO_PROJECT_TOKEN }}