blob: 957beb7366335f4fee8b561d59cb15711d239bda [file] [log] [blame]
name: Process (re)opened issues
on:
issues:
types:
- reopened
- opened
jobs:
add-to-project:
name: Adding issue to the IREE GitHub project
runs-on: ubuntu-20.04
steps:
- uses: actions/add-to-project@7a0820f97673dfefc999713a9a6d6b7ee128bba5 # v0.0.3
with:
project-url: https://github.com/orgs/iree-org/projects/1
github-token: ${{ secrets.ADD_TO_PROJECT_TOKEN }}