solidity icon indicating copy to clipboard operation
solidity copied to clipboard

Workflow to label and comment stale pull requests

Open r0qs opened this issue 3 years ago • 0 comments

This PR supersedes https://github.com/ethereum/solidity/pull/13499 and address some of the concerns of the issue https://github.com/ethereum/solidity/issues/8969.

It adds a workflow to label PRs as stale after 14 days of inactivity, comments on them, and if they remain inactive for more than 7 days, it closes them. If an update occurs, the label is removed, and the timer restarted.

PRs labeled as external contribution, milestones, and draft PRs are ignored. Issues are ignored (i.e., set to -1). It runs every day at noon.

It is currently set for debugging only and can be triggered manually in the workflow dashboard, so we can check the expected behavior in the workflow logs without affecting the current open PRs.

r0qs avatar Sep 13 '22 18:09 r0qs