| 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@a9f041ddd462ed185893ea1024cec954f50dbe42 # v0.3.0 | |
| with: | |
| project-url: https://github.com/orgs/iree-org/projects/1 | |
| github-token: ${{ secrets.ADD_TO_PROJECT_TOKEN }} |