Skip to content

Commit

Permalink
Remove automation that checks-in every 180 day in ALL issues (#53390)
Browse files Browse the repository at this point in the history
  • Loading branch information
priethor authored Aug 8, 2023
1 parent c55ea53 commit eb2bb1d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/stale-issue-gardening.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@ jobs:
only-labels: '[Type] Flaky Test'
remove-stale-when-updated: true
stale-issue-label: '[Status] Stale'
- name: 'Issues without recent updates that need confirmation'
message: "Hi,\nThis issue has gone 180 days without any activity. This means it is time for a check-in to make sure it is still relevant. If you are still experiencing this issue with the latest versions, you can help the project by responding to confirm the problem and by providing any updated reproduction steps.\nThanks for helping out."
days-before-stale: 180
days-before-close: -1
remove-stale-when-updated: false
stale-issue-label: 'Needs check-in'

steps:
- name: Update issues
Expand Down

0 comments on commit eb2bb1d

Please sign in to comment.