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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build tooling: Add stale-bot action #23111

Merged
merged 3 commits into from
Jul 4, 2023
Merged

Build tooling: Add stale-bot action #23111

merged 3 commits into from
Jul 4, 2023

Conversation

vanessayuenn
Copy link
Contributor

What I did

Adding back stale bot but a lot more scoped down:

  • The bot will only process issues labeled needs reproduction or needs more info
  • Issues labeled as needs triage are always exempted
  • The bot will mark issues stale if no response in 21 days
  • When there is a response, the label needs triage is added back
  • Caveat: We need to proactively remove needs repro label, if a repro is provided within 21 days after needs reproduction label is added. Otherwise, the issue will still be marked as stale if there is no activity for 21 days.

Checklist

  • Make sure your changes are tested (stories and/or unit, integration, or end-to-end tests)
  • Make sure to add/update documentation regarding your changes
  • If you are deprecating/removing a feature, make sure to update
    MIGRATION.MD

Maintainers

  • If this PR should be tested against many or all sandboxes,
    make sure to add the ci:merged or ci:daily GH label to it.
  • Make sure this PR contains one of the labels below.

["cleanup", "BREAKING CHANGE", "feature request", "bug", "documentation", "maintenance", "dependencies", "other"]

@vanessayuenn vanessayuenn changed the title Add stale-bot action Chore: Add stale-bot action Jun 16, 2023
@vanessayuenn vanessayuenn added the build Internal-facing build tooling & test updates label Jun 19, 2023
@vanessayuenn vanessayuenn marked this pull request as ready for review June 19, 2023 16:11
Copy link
Member

@shilman shilman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

@shilman shilman added patch:yes Bugfix & documentation PR that need to be picked to main branch and removed other labels Jul 4, 2023
@shilman shilman changed the title Chore: Add stale-bot action Build tooling: Add stale-bot action Jul 4, 2023
@shilman shilman merged commit bee4f4d into next Jul 4, 2023
27 of 32 checks passed
@shilman shilman deleted the issue-workflow-actions branch July 4, 2023 13:07
valentinpalkovic pushed a commit that referenced this pull request Jul 12, 2023
Build tooling: Add stale-bot action

(cherry picked from commit bee4f4d)
@github-actions github-actions bot added the patch:done Patch/release PRs already cherry-picked to main/release branch label Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Internal-facing build tooling & test updates patch:done Patch/release PRs already cherry-picked to main/release branch patch:yes Bugfix & documentation PR that need to be picked to main branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants