Skip to content

pip stable: bump django from 5.0a1 to 5.0rc1 #48

pip stable: bump django from 5.0a1 to 5.0rc1

pip stable: bump django from 5.0a1 to 5.0rc1 #48

Workflow file for this run

name: Labeler
on:
pull_request_target:
types: [ "opened" ]
branches: [ "main" ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
jobs:
label:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"