Skip to content

Commit

Permalink
moved cleanup scope to .google-github
Browse files Browse the repository at this point in the history
  • Loading branch information
bradegler committed Sep 30, 2024
1 parent 396855e commit 5cb2131
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/minty.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,3 @@ scope:
permissions:
contents: 'write'

cleanup:
rule:
if: |-
assertion.job_workflow_ref == 'abcxyz/pkg/.github/workflows/cleanup.yml' &&
(assertion.event_name == 'workflow_dispatch' || assertion.event_name == 'schedule')
repositories:
- '*'
permissions:
contents: 'read'
actions: 'write'
workflows: 'write'

0 comments on commit 5cb2131

Please sign in to comment.