Skip to content

Commit

Permalink
chore: update .github/workflows/periodic-reporter.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-foundation-bot committed May 19, 2023
1 parent e5faa27 commit 5a36a9b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/periodic-reporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ jobs:
// check if any reporter opened any issues previously
const prevIssues = await github.paginate(github.rest.issues.listForRepo, {
owner: 'GoogleCloudPlatform',
repo: 'terraform-google-secure-cicd',
...context.repo,
state: 'open',
creator: 'github-actions[bot]',
labels: [periodicLabel]
Expand Down

0 comments on commit 5a36a9b

Please sign in to comment.