Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

Commit 393141a

Browse files
authored
fix: Reenable staleness bot (#264)
* fix: Reenable staleness bot Reenable staleness bot on the repo * Update auto-label.yaml
1 parent c40f19e commit 393141a

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
microgenerator=True,
3535
cov_level=100,
3636
)
37-
s.move(templated_files, excludes=[".coveragerc"]) # microgenerator has a good .coveragerc file
37+
s.move(templated_files, excludes=[".coveragerc", ".github/auto-label.yaml"]) # microgenerator has a good .coveragerc file
3838

3939
# ----------------------------------------------------------------------------
4040
# Samples templates

0 commit comments

Comments
 (0)