Skip to content

(on ice) Open Role: Info interviewer(s) for community outreach #4

(on ice) Open Role: Info interviewer(s) for community outreach

(on ice) Open Role: Info interviewer(s) for community outreach #4

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 == 'open role'
uses: actions/[email protected]
with:
project-url: https://github.com/orgs/open-austin/projects/6
github-token: ${{ secrets.ACTIONS_TOKEN }}