Skip to content

Commit bb15264

Browse files
chore: update .github/workflows/periodic-reporter.yaml
1 parent 86811df commit bb15264

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/periodic-reporter.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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/modules/workflow_files/periodic-reporter.yaml
17+
1518
name: 'reporter'
1619

1720
on:
@@ -28,7 +31,7 @@ jobs:
2831
runs-on: 'ubuntu-latest'
2932

3033
steps:
31-
- uses: 'actions/github-script@v6'
34+
- uses: 'actions/github-script@v7'
3235
with:
3336
script: |-
3437
// label for all issues opened by reporter

0 commit comments

Comments
 (0)