Skip to content

Open Role: Frontend Engineer/ Web Designer #17

Open Role: Frontend Engineer/ Web Designer

Open Role: Frontend Engineer/ Web Designer #17

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 }}