diff --git a/.github/auto-label.yaml b/.github/auto-label.yaml index 4caef688b..5e6999f09 100644 --- a/.github/auto-label.yaml +++ b/.github/auto-label.yaml @@ -13,3 +13,7 @@ # limitations under the License. requestsize: enabled: true +staleness: + pullrequest: true + old: 30 + extraold: 60 diff --git a/owlbot.py b/owlbot.py index 146f14389..60ceb691c 100644 --- a/owlbot.py +++ b/owlbot.py @@ -21,4 +21,5 @@ '.github/CODEOWNERS', '.github/blunderbuss.yml', 'CONTRIBUTING.md', -]) \ No newline at end of file + '.github/auto-label.yaml', +])