Skip to content

🤖 Bump gradle/actions from 3 to 4 #16

🤖 Bump gradle/actions from 3 to 4

🤖 Bump gradle/actions from 3 to 4 #16

Workflow file for this run

name: "Pull Request Labeler"
on:
pull_request:
branches:
- main
permissions:
contents: read
pull-requests: write
concurrency:
group: ${{github.workflow}}-${{github.ref}}
cancel-in-progress: true
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
configuration-path: config/labeler.yml
sync-labels: true