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

Update stale bot messages #6017

Merged
merged 1 commit into from
Feb 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 5 additions & 11 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,17 @@ jobs:
days-before-issue-close : 14
days-before-pr-close: 14
stale-issue-message: >
Thank you for contributing to the IntelliJ repository!
Thank you for contributing to the IntelliJ repository!
This issue has been marked as stale since it has not had any activity in the last 6 months. It will be closed in the next 14
days unless any other activity occurs or one of the following labels is added: "not stale", "awaiting-maintainer". Please reach out
to the triage team (`@bazelbuild/triage`) if you think this issue is still relevant or you are interested in getting the
issue resolved.
days unless any other activity occurs. If you think this issue is still relevant and should stay open, please post any comment here and the issue will no longer be marked as stale.
close-issue-message: >
This issue has been automatically closed due to inactivity. If you're still interested in pursuing this, please reach out
to the triage team (`@bazelbuild/triage`). Thanks!
This issue has been automatically closed due to inactivity. If you're still interested in pursuing this, please post `@bazelbuild/triage` in a comment here and we'll take a look. Thanks!
stale-pr-message: >
Thank you for contributing to the IntelliJ repository!
This pull request has been marked as stale since it has not had any activity in the last 6 months. It will be closed in the next
14 days unless any other activity occurs or one of the following labels is added: "not stale", "awaiting-review".
Please reach out to the triage team (`@bazelbuild/triage`) if you think this PR is still relevant or you are interested in getting the
PR merged.
14 days unless any other activity occurs. If you think this PR is still relevant and should stay open, please post any comment here and the PR will no longer be marked as stale.
close-pr-message: >
This pull request has been automatically closed due to inactivity. If you're still interested in pursuing this, please reach out
to the triage team (`@bazelbuild/triage`). Thanks!
This pull request has been automatically closed due to inactivity. If you're still interested in pursuing this, please post `@bazelbuild/triage` in a comment here and we'll take a look. Thanks!
stale-issue-label: 'stale'
exempt-issue-labels: 'not stale,awaiting-maintainer,P0,P1'
close-issue-reason: "not_planned"
Expand Down
Loading