mirror of
https://gitea.com/actions/stale.git
synced 2024-11-23 01:44:41 +08:00
324009e5d0
* chore(git): ignore .idea folder to avoid adding WebStorm files * test(jest): find all spec files as well * refactor(labels): create a dedicated function to parse the labels at first I thought that the parseCommaSeparatedString method was causing the issue so I move it to a dedicated file to test it since it was private also because I think that this repo could have more clean code and code splitting anyway this was not the root of the #98 issue :/ * fix(label): allow to use spaces inside the labels * docs(isLabeled): add JSDoc * chore(npm): add lint:fix script
6 lines
54 B
Plaintext
6 lines
54 B
Plaintext
.DS_Store
|
|
node_modules/
|
|
lib/
|
|
__tests__/runner/*
|
|
.idea
|