Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: Add github action to manage stale PRs #45766

Merged
merged 2 commits into from
Feb 24, 2022
Merged

Chore: Add github action to manage stale PRs #45766

merged 2 commits into from
Feb 24, 2022

Conversation

ashharrison90
Copy link
Contributor

@ashharrison90 ashharrison90 commented Feb 23, 2022

What this PR does / why we need it:

  • Should this be used anymore?聽probot/stale#349 suggests that the stalebot app has been shut down and we should move to the action
  • introduce a new workflow using the stale action
    • runs every day at 01:30
    • adds a stale label to any PRs that have not had any activity in the last 30 days
      • adding a comment/updating the PR in any way will remove the stale label and reset the count
    • close any stale PRs that have not had any activity in the last 14 days
    • can add no stalebot label to prevent the action from touching your PR
    • does not look at issues at all

Which issue(s) this PR fixes:

Fixes #45659

Special notes for your reviewer:

we'll need someone with repo super powers to remove the old stalebot app. @daniellee can you help here? 馃檹 looks like the app is still working in some of the other repos, so let's not remove it completely.

@ashharrison90 ashharrison90 added type/chore no-backport Skip backport of PR labels Feb 23, 2022
@ashharrison90 ashharrison90 added this to the 8.5.0 milestone Feb 23, 2022
@ashharrison90 ashharrison90 requested a review from a team February 23, 2022 10:29
@ashharrison90 ashharrison90 self-assigned this Feb 23, 2022
@ashharrison90 ashharrison90 requested review from dprokop and removed request for a team February 23, 2022 10:29
@daniellee
Copy link
Contributor

@ashharrison90 I can help

@ashharrison90 ashharrison90 merged commit b798520 into main Feb 24, 2022
@ashharrison90 ashharrison90 deleted the ash/stale branch February 24, 2022 09:29
alexweav pushed a commit that referenced this pull request Mar 3, 2022
* Add github action to manage stale PRs

* Update days before close
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-backport Skip backport of PR type/chore
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reenable stalebot for PRs + improve config
3 participants