Skip to content

Commit b13277e

Browse files
chore: update .github/workflows/stale.yml
1 parent 957a60f commit b13277e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/stale.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022 Google LLC
1+
# Copyright 2022-2023 Google LLC
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -12,6 +12,9 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
# NOTE: This file is automatically generated from:
16+
# https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/master/infra/terraform/test-org/github
17+
1518
name: "Close stale issues"
1619
on:
1720
schedule:
@@ -26,4 +29,4 @@ jobs:
2629
repo-token: ${{ secrets.GITHUB_TOKEN }}
2730
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days'
2831
stale-pr-message: 'This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days'
29-
exempt-issue-labels: triaged
32+
exempt-issue-labels: triaged,dependencies

0 commit comments

Comments
 (0)