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:
parent
5efc91e2f8
commit
5ae7980cd9
11
.github/labeler.yml
vendored
11
.github/labeler.yml
vendored
@ -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
|
11
.github/workflows/pull_requests.yml
vendored
11
.github/workflows/pull_requests.yml
vendored
@ -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 }}"
|
Loading…
Reference in New Issue
Block a user