-
Notifications
You must be signed in to change notification settings - Fork 375
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
Stale label does not get removed on PR #1197
Comments
Maybe a duplicate of #1133 not sure? if so sorry about that |
Hello @efb4f5ff-1298-471a-8973-3d47447115dc 👋, |
Hi @efb4f5ff-1298-471a-8973-3d47447115dc , we investigated the issue from the provided details and we see that there is no problem with workflow or with actions/stale as it is able to remove the stale labels for the issues. You can refer to the following workflow run and the PR as an example for more clarity. |
The issue labels and PR labels are different. They didnt change since the introduction of the workflow. If it is working correctly why aren't the labels being removed from PR's |
Hi @efb4f5ff-1298-471a-8973-3d47447115dc, Apologies for the confusion caused by the previous comment. We investigated and tested the provided workflow on our end, and it successfully removed the stale labels from the PRs as expected.You can refer to the following workflow run and the PR as an example for more clarity. |
Description:
A clear and concise description of what the bug is.
Action version:
v9
Platform:
Runner type:
Repro steps:
Not sure how to repro but here is the workflow: https://github.com/FreeTubeApp/FreeTube/blob/development/.github/workflows/stale.yml
Bot mentioned PR is stale FreeTubeApp/FreeTube#5885 (comment)
PR clearly had activity after that but stale label didnt get removed
Expected behavior:
Label gets removed
Actual behavior:
Label didnt get removed
The text was updated successfully, but these errors were encountered: