Bump amazon/aws-cli from 2.34.6 to 2.34.9 in /cincoctrl/compose/production/aws #1819
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 PRs to A-Team Project Board | |
| on: | |
| pull_request: | |
| types: | |
| - opened | |
| - reopened | |
| - labeled | |
| jobs: | |
| add-to-project: | |
| name: Add PR to A-Team Project Board | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Add To GitHub projects | |
| uses: actions/add-to-project@v1.0.2 | |
| with: | |
| project-url: https://github.com/orgs/ucldc/projects/2 | |
| github-token: ${{ secrets.AMY_ADD_TO_PROJECT_TOKEN }} | |
| id: add-project | |
| - name: Update Project Fields | |
| uses: titoportas/update-project-fields@v0.1.0 | |
| with: | |
| project-url: https://github.com/orgs/ucldc/projects/2 | |
| github-token: ${{ secrets.AMY_ADD_TO_PROJECT_TOKEN }} | |
| item-id: ${{ steps.add-project.outputs.itemId }} | |
| field-keys: Status,Service | |
| field-values: Ready for review 👀,OAC |