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

Commit c4b9739

Browse files
authored
fix: Reenable staleness bot (#846)
* fix: Reenable staleness bot Reenable staleness bot on the repo * Update auto-label.yaml * Update auto-label.yaml
1 parent 244a8b1 commit c4b9739

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/auto-label.yaml

+4
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@
7474
s.move(library)
7575

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

0 commit comments

Comments
 (0)