We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86811df commit bb15264Copy full SHA for bb15264
.github/workflows/periodic-reporter.yaml
@@ -12,6 +12,9 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
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
+
18
name: 'reporter'
19
20
on:
@@ -28,7 +31,7 @@ jobs:
28
31
runs-on: 'ubuntu-latest'
29
32
30
33
steps:
- - uses: 'actions/github-script@v6'
34
+ - uses: 'actions/github-script@v7'
35
with:
36
script: |-
37
// label for all issues opened by reporter
0 commit comments