Bump the cargo group across 2 directories with 4 updates #210
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Add issues to nts-pool project | |
| permissions: {} | |
| on: # zizmor: ignore[dangerous-triggers] can't do anything other than write to projects | |
| pull_request_target: | |
| types: | |
| - opened | |
| jobs: | |
| add-to-project: | |
| name: Add PR to project | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/add-to-project@5afcf98fcd03f1c2f92c3c83f58ae24323cc57fd # v2.0.0 | |
| with: | |
| # You can target a project in a different organization | |
| # to the issue | |
| project-url: https://github.com/orgs/pendulum-project/projects/6 | |
| github-token: ${{ secrets.PROJECT_WRITE_PAT }} # only has write access to projects |