Skip to content

AJ Leino: Data Contributor Profile #20

AJ Leino: Data Contributor Profile

AJ Leino: Data Contributor Profile #20

Workflow file for this run

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/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/open-austin/projects/10
github-token: ${{ secrets.ACTIONS_TOKEN }}