blob: 254b35261b8315fe1c4912186da07bc77c6fdddc [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/google/projects/20
github-token: ${{ secrets.ADD_TO_PROJECT_TOKEN }}