mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-17 18:45:10 +00:00
Add labeler workflow.
This commit is contained in:
parent
5d22723937
commit
08d03cc7a2
26
.github/labaler.yml
vendored
Normal file
26
.github/labaler.yml
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
documentation:
|
||||
- docs/*
|
||||
|
||||
extras:
|
||||
- extras/*
|
||||
- extras/**/*
|
||||
|
||||
sources:
|
||||
- src/*
|
||||
- src/**/*
|
||||
|
||||
tests:
|
||||
- tests/**/*
|
||||
- tests/*
|
||||
|
||||
web:
|
||||
- web/*
|
||||
- web/**/*
|
||||
|
||||
appimage:
|
||||
- appimage/*
|
||||
- appimage/**/*
|
||||
|
||||
3rdparty:
|
||||
- 3rdparty/*
|
||||
- 3rdparty/**/*
|
14
.github/workflows/labaler.yml
vendored
Normal file
14
.github/workflows/labaler.yml
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
name: "Pull Request Labeler"
|
||||
on:
|
||||
- pull_request_target
|
||||
|
||||
jobs:
|
||||
triage:
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/labeler@v4
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
Loading…
Reference in New Issue
Block a user