1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2024-11-26 01:00:27 +02:00

Revert the introduction of a GitHub Actions to automatically label Pull Requests

This commit is contained in:
Eric Cornelissen 2020-01-22 15:33:25 +02:00 committed by GitHub
parent 5efc91e2f8
commit 5ae7980cd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 22 deletions

11
.github/labeler.yml vendored
View File

@ -1,11 +0,0 @@
# 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

View File

@ -1,11 +0,0 @@
name: Pull Requests
on: [pull_request]
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: ericcornelissen/labeler@master
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"