mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-16 04:02:15 +00:00
parent
c43582e917
commit
e8c6c24070
16
.github/labeler.yml
vendored
16
.github/labeler.yml
vendored
@ -1,31 +1,47 @@
|
||||
documentation:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- doc/*
|
||||
- doc/**/*
|
||||
|
||||
extras:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- extras/*
|
||||
- extras/**/*
|
||||
|
||||
sources:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- src/*
|
||||
- src/**/*
|
||||
|
||||
tests:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- tests/**/*
|
||||
- tests/*
|
||||
|
||||
web:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- web/*
|
||||
- web/**/*
|
||||
|
||||
appimage:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- appimage/*
|
||||
- appimage/**/*
|
||||
|
||||
3rdparty:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- 3rdparty/*
|
||||
- 3rdparty/**/*
|
||||
|
||||
gh-actions:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- .github/workflows/*
|
||||
- .github/workflows/**/*
|
||||
|
9
.github/workflows/labeler.yml
vendored
9
.github/workflows/labeler.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: "Pull Request Labeler"
|
||||
name: 'Pull Request Labeler'
|
||||
on:
|
||||
- pull_request_target
|
||||
|
||||
@ -9,7 +9,10 @@ jobs:
|
||||
pull-requests: write
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/labeler@v5
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Run labeler
|
||||
uses: actions/labeler@v5
|
||||
with:
|
||||
sync-labels: true
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
repo-token: '${{ secrets.GITHUB_TOKEN }}'
|
||||
|
Loading…
Reference in New Issue
Block a user