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