onlyLabels not working
See original GitHub issueHi 👋
I tried to introduce stale bot to comment stale issues which has specific label, but stale bot has marked all issues. Can you take a look and let me know if something is not configured correctly?
Here is test repository. https://github.com/takose/stalebot-test
stale.yml
# Configuration for probot-stale - https://github.com/probot/stale
# Number of days of inactivity before an Issue or Pull Request becomes stale
daysUntilStale: 1
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
exemptLabels: []
# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
onlyLabels:
- TestLavbel
# Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
daysUntilClose: false
# Label to use when marking as stale
staleLabel: wontfix
# Comment to post when marking as stale. Set to `false` to disable
markComment: >
Please check progress.
Thanks.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:6
- Comments:14 (2 by maintainers)
Top Results From Across the Web
Concatenate gallery not working for text input, only labels
Hello! I'm currently developing a repeating table on my form using a gallery. Ive added controls for adding and removing rows.
Read more >In Swift, I'd like the last 3 sections have only labels in their ...
It's not working because you are using the same cell for all the rows. You need to define two different rows. You can...
Read more >How to print only labels (not var names) in PROC MEANS
Re: How to print only labels (not var names) in PROC MEANS 1) Using proc means options: NOPRINT and OUTPUT enables get computational...
Read more >OnlyTags on the App Store
... and learn more about OnlyTags. Download OnlyTags and enjoy it on your iPhone, iPad, and iPod touch. ... Share not working for...
Read more >1600 Label Outfitters® Fluorescent Neon Red Laser ONLY ...
1,600 Label Outfitters® Fluorescent Neon Red Laser ONLY Labels, 1.75 x 0.5, ... No problem. ... Good for the price, but not the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Issue-Label Bot is automatically applying the label
bug
to this issue, with a confidence of 0.73. Please mark this comment with 👍 or 👎 to give our bot feedback!Links: app homepage, dashboard and code for this bot.
I sent PR to fix this 😜 https://github.com/probot/stale/pull/213