Skip to content

Bump uv from 0.8.12 to 0.8.13 #1476

Bump uv from 0.8.12 to 0.8.13

Bump uv from 0.8.12 to 0.8.13 #1476

Workflow file for this run

---
name: Label sponsors
"on":
workflow_call:
pull_request:
types:
- opened
issues:
types:
- opened
concurrency:
# Group workflow jobs so new commits cancels in-progress execution triggered by previous commits. Source:
# https://mail.python.org/archives/list/pypa-committers@python.org/thread/PCBCQMJF64JGRBOX7E2EE4YLKHT4DI55/
# https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/control-the-concurrency-of-workflows-and-jobs
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
label-sponsors:
name: Tag sponsors
runs-on: ubuntu-24.04
steps:
- uses: JasonEtco/is-sponsor-label-action@v2.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
label: 馃挅 sponsors