Skip to content

feat: allow to disable file uploads #4306

feat: allow to disable file uploads

feat: allow to disable file uploads #4306

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
concurrency:
group: ${{github.workflow}}-${{github.head_ref}}
cancel-in-progress: false
jobs:
label:
timeout-minutes: 5
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"