Skip to content

Add to project

Add to project #2

name: Add to project
on:
issues:
types:
- labeled
jobs:
add-to-project:
runs-on: ubuntu-latest
steps:
- name: Add issue to project
if: github.event.label.name == 'contributor profile'
uses: actions/[email protected]
with:
project-url: https://github.com/orgs/open-austin/projects/10
github-token: ${{ secrets.ACTIONS_TOKEN }}