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
"This issue was closed by PR number "+fmt.Sprintf("#%d", ghPrId)+" which was merged successfully."
Ideally, it would additionally inform people that the merge is about to happen with x% of the tests passing for example.
On this front, logging can be also added to the application to verbosely detail each step that happens.
Orthogonal to this, another idea would be to make a new command governctl pr bump that sends a message like This PR has been inactive for the past 28 days! and run that every month.
When a PR reaches 90 days from the last activity (push/comment/state change/merge) the label on the PR should be changed accordingly:
last change
status
<30 days
status/fresh
<60 days
status/stale
<90 days
status/rotten
The text was updated successfully, but these errors were encountered:
Right now the only message that the bot says is:
Ideally, it would additionally inform people that the merge is about to happen with x% of the tests passing for example.
On this front, logging can be also added to the application to verbosely detail each step that happens.
Orthogonal to this, another idea would be to make a new command
governctl pr bump
that sends a message likeThis PR has been inactive for the past 28 days!
and run that every month.When a PR reaches 90 days from the last activity (push/comment/state change/merge) the label on the PR should be changed accordingly:
status/fresh
status/stale
status/rotten
The text was updated successfully, but these errors were encountered: