Skip to content

Commit 947a4ae

Browse files
fix: Reenable staleness bot (#738)
* 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 * Update auto-label.yaml Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 5930104 commit 947a4ae

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/auto-label.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@
1313
# limitations under the License.
1414
requestsize:
1515
enabled: true
16+
staleness:
17+
pullrequest: true
18+
old: 30
19+
extraold: 60

owlbot.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@
2121
'.github/CODEOWNERS',
2222
'.github/blunderbuss.yml',
2323
'CONTRIBUTING.md',
24-
])
24+
'.github/auto-label.yaml',
25+
])

0 commit comments

Comments
 (0)