Bump uri from 0.13.2 to 0.13.3 in /docs in the bundler group across 1 directory #217
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: Assign Projects | |
| on: | |
| pull_request: | |
| types: [opened, reopened] | |
| jobs: | |
| assign-projects: | |
| if: ${{ github.event.pull_request.draft == false && !startsWith(github.event.pull_request, 'BUMP') && !startsWith(github.event.pull_request, 'Bump') && !startsWith(github.head_ref, 'release/') && github.event_name == 'pull_request'}} | |
| name: Assign Projects | |
| env: | |
| repo: ${{ github.head_ref }} | |
| project: "Parallels DevOps Service" | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: git checkout | |
| uses: actions/checkout@v4 | |
| - name: Assign Project | |
| env: | |
| GH_TOKEN: ${{ secrets.PARALLELS_WORKFLOW_PAT }} | |
| run: | | |
| #gh pr edit ${{ env.repo }} --add-project "${{ env.project }}" |