Skip to content

Commit

Permalink
fix: Reenable staleness bot (#535)
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
  • Loading branch information
losalex authored Apr 16, 2022
1 parent 22a9e87 commit 1595e42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
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
1 change: 1 addition & 0 deletions owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
".coveragerc",
"docs/multiprocessing.rst",
".github/workflows", # exclude gh actions as credentials are needed for tests
".github/auto-label.yaml",
])

# adjust .trampolinerc for environment tests
Expand Down

0 comments on commit 1595e42

Please sign in to comment.