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 2f099e3 commit 66facc9Copy full SHA for 66facc9
.github/workflows/periodic-reporter.yaml
@@ -1,4 +1,4 @@
1
-# Copyright 2023 Google LLC
+# Copyright 2023-2024 Google LLC
2
#
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
# you may not use this file except in compliance with the License.
@@ -25,6 +25,8 @@ on:
25
26
jobs:
27
report:
28
+ if: github.repository_owner == 'GoogleCloudPlatform' || github.repository_owner == 'terraform-google-modules'
29
+
30
permissions:
31
issues: 'write'
32
0 commit comments