mirror of
https://github.com/simple-icons/simple-icons.git
synced 2024-11-16 00:59:07 +02:00
Set up automated labeling (#3724)
This commit is contained in:
parent
e60b7f3c5f
commit
79a5a08dc2
6
.github/labeler.yml
vendored
Normal file
6
.github/labeler.yml
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
new icon:
|
||||||
|
- any: [icons/*.svg]
|
||||||
|
status: 'added'
|
||||||
|
icon outdated:
|
||||||
|
- any: [icons/*.svg]
|
||||||
|
status: 'modified'
|
11
.github/workflows/labeler.yml
vendored
Normal file
11
.github/workflows/labeler.yml
vendored
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
name: "Pull Request Labeler"
|
||||||
|
on:
|
||||||
|
pull_request_target:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
triage:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: ericcornelissen/labeler@label-based-on-status
|
||||||
|
with:
|
||||||
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
Loading…
Reference in New Issue
Block a user