Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
fix: Reenable staleness bot (#846)
Browse files Browse the repository at this point in the history
* fix: Reenable staleness bot

Reenable staleness bot on the repo

* Update auto-label.yaml

* Update auto-label.yaml
  • Loading branch information
losalex authored Apr 16, 2022
1 parent 244a8b1 commit c4b9739
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/auto-label.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@
# limitations under the License.
requestsize:
enabled: true
staleness:
pullrequest: true
old: 30
extraold: 60
2 changes: 1 addition & 1 deletion owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@
s.move(library)

s.remove_staging_dirs()
java.common_templates()
java.common_templates(excludes=['.github/auto-label.yaml'])

0 comments on commit c4b9739

Please sign in to comment.