Skip to content

Commit

Permalink
Merge pull request #4811 from shmishra99:patch-1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 566676755
  • Loading branch information
copybara-github committed Sep 19, 2023
2 parents 12600e0 + fd062a2 commit 58bb2d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
# Limit the No. of API calls in one run default value is 30.
operations-per-run: 500
# Prevent to remove stale label when PRs or issues are updated.
remove-stale-when-updated: false
remove-stale-when-updated: true
# List of labels to remove when issues/PRs unstale.
labels-to-remove-when-unstale: 'stat:awaiting response'
# comment on issue if not active for more then 7 days.
stale-issue-message: 'This issue has been marked stale because it has no recent activity since 7 days. It will be closed if no further activity occurs. Thank you.'
# comment on PR if not active for more then 14 days.
Expand Down

0 comments on commit 58bb2d1

Please sign in to comment.