1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2024-11-16 00:59:07 +02:00
simple-icons/.github/labeler.yml
Eric Cornelissen f357ac73f3 Use GitHub Actions to automatically label Pull Requests (#2420)
* Add workflow file to run PR labeler and corresponding configuration file

I'm using my personal fork of https://github.com/actions/labeler because 
I could not any labeling action that checked whether a file was added or 
changed (or removed).

* Fix typo in Labeler action configuration file
2020-01-22 00:53:26 +01:00

12 lines
304 B
YAML

# Configuration file for the Pull Request Labeler bot
# Add `new icon` label when there is an SVG added to the icons/ directory
"new icon":
- on: added
- icons/*.svg
# Add `icon outdated` label when there is an SVG modified to the icons/ directory
"icon outdated":
- on: modified
- icons/*.svg