You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. If I delete the comment generated by the github action to keep the branch around, and then if the action runs again, the branch will be marked as staled again. So delete the comment is not the best solution to keep branches for being staled. Can you give me a feedback about this? @fpicalausa
The text was updated successfully, but these errors were encountered:
exclude it specifically from the run in the action configuration, or
push a new empty commit on top of the branch which will reset the timer, or
rebase your branch on top of the current trunk which will reset the timer
Initially I had thought of adding some sort of [stale:keep-forever] comments tag allowing to skip deletion, but I fear this would lead to requests to ignore those comments after a while and complicate the logic.
@sacagoncalve can you perhaps tell me more about your use case?
Hello. If I delete the comment generated by the github action to keep the branch around, and then if the action runs again, the branch will be marked as staled again. So delete the comment is not the best solution to keep branches for being staled. Can you give me a feedback about this? @fpicalausa
The text was updated successfully, but these errors were encountered: