Skip to content

🐛 Fix live actions for Japan and Phil council members #16

🐛 Fix live actions for Japan and Phil council members

🐛 Fix live actions for Japan and Phil council members #16

name: Add all issues created to project
on:
issues:
types: [opened]
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/IntersectMBO/projects/62
github-token: ${{ secrets.ADD_ISSUE_TO_PROJECT_PAT }}