Bump uv from 0.8.12 to 0.8.13 #1476
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: 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 |