-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GitHub Actions not removing Stale label #2262
Comments
Hello @Marterich so it resulted in a lot of issues being skipped when found because the action logic sees the cache and finds these issues have been check before.. so it just skips them (look into this line for the issue you've highlighted & this line for the warning about not having right permission to delete the cache, showing All of this started when I've fixed this workflow by doing a Stale & Close process in PR #2139.. but at the time, I didn't realize this action has a limit for processing items (PRs & Issues) set to So the answer should be simple, just give the action the correct permissions to delete the cache file.. right? Well.. after some searching online ( I did notice this caching issue before.. but didn't like the possible solution, so I left it as is ).. I found the only solution on the Action's GitHub Repo.. which's giving which I didn't want to simply open a PR, and say "Hay, even though this fixes this issue, it also opens a lot of potential security-related problems." yahh, this would open a lot of questions, especially because I've pretty much been the only one maintaining this workflow for some time.. which will, understandably, make other contributors and Chris himself have some questions for me to answer.. Also, before switching to My bad for the long response, but the TL;DR of it is: |
Update on this issueFound out that on this PR made in apache/eventmesh repo, they've solved this issue by simply reverting back to older version (specifically Will make a PR that does the same as the one linked above 👍 |
As seen in #2087 the Stale label doesn't seem to be automatically removed by the GH action even though there is activity.
@og-mrk maybe revisit the action
I would do it myself but I have a hard time finding the time at the moment
The text was updated successfully, but these errors were encountered: