Bump the uv group across 1 directory with 4 updates #133
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: Adds all issues that include the 'tracked' label to WheelNext project board | |
| on: | |
| issues: | |
| types: | |
| - opened | |
| - reopened | |
| - transferred | |
| - labeled | |
| pull_request_target: | |
| types: | |
| - opened | |
| - reopened | |
| - labeled | |
| jobs: | |
| add-to-project: | |
| name: Add issue to WheelNext Project Board | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/add-to-project@v1.0.2 | |
| with: | |
| project-url: https://github.com/orgs/wheelnext/projects/4 | |
| github-token: ${{ secrets.CI_TOKEN }} | |
| labeled: tracked |