Skip to content

Bump black from 22.8.0 to 24.3.0 in /requirements in the pip group across 1 directory #1

Bump black from 22.8.0 to 24.3.0 in /requirements in the pip group across 1 directory

Bump black from 22.8.0 to 24.3.0 in /requirements in the pip group across 1 directory #1

Workflow file for this run

name: Pull request labeler
on:
pull_request_target:
types: [opened, edited]
permissions:
contents: read
pull-requests: write
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Label pull request
uses: release-drafter/release-drafter@v5
with:
disable-releaser: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}