Skip to content

Commit 38e9bf9

Browse files
authored
Remove the label action since it doesn't work on forks. (slurpcode#506)
1 parent 0d52e9a commit 38e9bf9

File tree

4 files changed

+2
-75
lines changed

4 files changed

+2
-75
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- run:
3434
name: 🧹 Run YAML lint
3535
command: |
36-
yamllint .erb-lint.yml .hound.yml .overcommit.yml .percy.yml .reek.yml .rubocop.yml .travis.yml .circleci/config.yml .github/invite-contributors.yml .github/labeler.yml .github/workflows/greetings.yml .github/workflows/label.yml
36+
yamllint .erb-lint.yml .hound.yml .overcommit.yml .percy.yml .reek.yml .rubocop.yml .travis.yml .circleci/config.yml .github/invite-contributors.yml .github/workflows/greetings.yml
3737
- run:
3838
name: 🧹 Run Pylint
3939
command: |

.github/labeler.yml

Lines changed: 0 additions & 54 deletions
This file was deleted.

.github/workflows/label.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

lint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ find . -name "*.py" -not -path "**/venv/*" | xargs pylint --disable=C0103,C0114
55
mdl .
66
rubocop
77
reek -c .reek.yml
8-
yamllint .erb-lint.yml .hound.yml .overcommit.yml .percy.yml .reek.yml .rubocop.yml .travis.yml .circleci/config.yml .github/labeler.yml .github/workflows/greetings.yml .github/workflows/label.yml
8+
yamllint .erb-lint.yml .hound.yml .overcommit.yml .percy.yml .reek.yml .rubocop.yml .travis.yml .circleci/config.yml .github/workflows/greetings.yml

0 commit comments

Comments
 (0)