Skip to content

Commit

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

Reenable staleness bot on the repo

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* Update owlbot.py

* Update auto-label.yaml

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
losalex and gcf-owl-bot[bot] authored Apr 14, 2022
1 parent 4d01a41 commit 3d29fc8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .github/auto-label.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,19 @@
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
requestsize:
enabled: true
staleness:
pullrequest: true
old: 30
extraold: 60
3 changes: 2 additions & 1 deletion owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"src/index.ts",
".eslintignore",
".prettierignore",
"CONTRIBUTING.md"
"CONTRIBUTING.md",
".github/auto-label.yaml"
]
)

Expand Down

0 comments on commit 3d29fc8

Please sign in to comment.