Skip to content

build(deps): bump https://github.com/astral-sh/ruff-pre-commit (#158) #24

build(deps): bump https://github.com/astral-sh/ruff-pre-commit (#158)

build(deps): bump https://github.com/astral-sh/ruff-pre-commit (#158) #24

Workflow file for this run

---
# 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