Skip to content

Commit

Permalink
fix: Reenable staleness bot (#130)
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 aaacf2f commit 9852030
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 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
5 changes: 3 additions & 2 deletions owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@
'CONTRIBUTING.md',
# renovate.json is excluded to preserve fixed versions for web server dependencies
# used for integration tests
'renovate.json'
])
'renovate.json',
'.github/auto-label.yaml'
])

0 comments on commit 9852030

Please sign in to comment.