build(deps): bump https://github.com/astral-sh/ruff-pre-commit (#158) #24
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
| --- | |
| # See https://github.com/ansible/team-devtools/blob/main/.github/workflows/push.yml | |
| name: push | |
| "on": | |
| push: | |
| branches: | |
| - main | |
| - "releases/**" | |
| - "stable/**" | |
| permissions: {} | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: false | |
| jobs: | |
| ack: | |
| name: Update release draft | |
| # Permissions come from the called workflow; a caller cannot grant less. | |
| permissions: | |
| contents: write # required to update the draft release | |
| pull-requests: read # required to collect the release notes | |
| uses: ansible/team-devtools/.github/workflows/push.yml@e7604b7f0f487584a2264c09a0df1524fe2be49e # v26.4.0 |