Skip to content

Bump types-requests from 2.32.0.20240523 to 2.32.0.20240602 #1476

Bump types-requests from 2.32.0.20240523 to 2.32.0.20240602

Bump types-requests from 2.32.0.20240523 to 2.32.0.20240602 #1476

Workflow file for this run

---
name: Labels
"on":
push:
branches:
- main
# XXX Concurrency detection sucks and jobs gets killed randonmly.
# 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/
# group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
# cancel-in-progress: true
jobs:
labels:
uses: kdeldycke/workflows/.github/workflows/labels.yaml@v3.5.4