-
Notifications
You must be signed in to change notification settings - Fork 212
onlyLabels not working #207
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
Same for me. Stale bot just marked all issues of my repository with Link to my stale.yml: https://github.com/3liz/QuickOSM/blob/master/.github/stale.yml#L12 # Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
onlyLabels:
- "candidate for closing" Unfortunately, if no solution is found, I will have to disable stalebot because I don't want it to close all my issues.
|
Looks like labels are always wrapped in quotes. Mind to try Lines 73 to 74 in e3c53eb
|
No, it is still not working without quotes, look at this issue: 3liz/QuickOSM#167 (comment) It's tagged I made the following change to stalebot 3liz/QuickOSM@32762e9 Thanks |
Yep, probot is using js-yaml. And quote or no quote does not make a difference in the parsing at all.
|
I sent PR to fix this 😜 |
Hi! Just came across the same issue, the bot closed several issues by mistake, which caused some confusion. I see that the pull request is very straightforward, can this please be merged 🙏? Not good to have it in production. Very sorry for the bump, but looks like it's somewhat forgotten, while the fix is already here. |
@antelle you better run your own stale bot, there is not much activity here :( I'm running it via docke-compose version: '2'
services:
stalebot:
image: skjnldsv/stale:latest
restart: always
ports:
- 3000:3000
environment:
- APP_ID=12345
- WEBHOOK_SECRET=123456789123456789123456789
# - LOG_LEVEL=debug
- PRIVATE_KEY_PATH=/app/private-key.pem
volumes:
- ./private-key.pem:/app/private-key.pem:ro
|
@skjnldsv I do see some activity, for example some PR's were merged a week ago: https://github.com/probot/stale/pulls?q=is%3Apr+is%3Aclosed
|
Yep, simple prs, like ci, dependencies or default config messages. :/ |
FYI, there is now a builtin feature in Github for stale issues. It's called
|
Thanks @Gustry !! |
@Gustry thanks a lot! So, it's time to switch to it now. |
It doesn't seem to have I forked and tried to add
|
Hi 👋
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
Thanks.
The text was updated successfully, but these errors were encountered: