mirror of
https://github.com/tabler/tabler.git
synced 2026-08-29 13:21:29 +04:00
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
18 lines
282 B
YAML
18 lines
282 B
YAML
name: Labeler
|
|
|
|
on:
|
|
pull_request_target: null
|
|
|
|
permissions:
|
|
contents: read
|
|
pull-requests: write
|
|
|
|
jobs:
|
|
labeler:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Apply labels based on changed files
|
|
uses: actions/labeler@v7
|
|
with:
|
|
sync-labels: true
|