This website requires JavaScript.
Explore
Help
Sign In
actions
/
stale
Watch
1
Star
0
Fork
You've already forked stale
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
5fbbfba142
stale
/
.gitignore
6 lines
54 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Cleanup release (#42) Fix up the release pipeline, add linting and clean up a bit.
2020-04-15 01:28:00 +08:00
.DS_Store
remove lib and node_modules
2019-08-07 04:49:21 +08:00
node_modules/
lib/
Initial import
2019-08-04 09:34:59 +08:00
__tests__/runner/*
fix(label): allow to use spaces inside the labels (#199) * 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
2020-11-20 19:48:33 +08:00
.idea