Skip to content

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

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-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: 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)