Skip to content

Commit

Permalink
ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
Trenly committed Oct 14, 2024
1 parent 0d839c4 commit 6ca517e
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions .github/policies/labelManagement.issueOpened.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,36 +206,5 @@ configuration:
then:
- addLabel:
label: Author-Not-Authorized
- description: >-
When a PR is opened/updated, if
* The files are in /manifests
* The files match *.yaml
* The files do not match *.installer.yaml
* The files do no match *.locale.yaml
Then
* Add label Manifest-Singleton-Deprecated
disabled: true
if:
- payloadType: Pull_Request
- isOpen
- or:
- isAction:
action: Opened
- isAction:
action: Synchronize
- not:
filesMatchPattern: # has at least one file
pattern: ^$
- filesMatchPattern:
pattern: ^manifests\/.*\.yaml # matches manifests/*.yaml
- not:
filesMatchPattern:
pattern: ^manifests\/.*\.installer\.yaml # matches manifests/*.installer.yaml
- not:
filesMatchPattern:
pattern: ^manifests\/.*\.locale\..*\.yaml # matches manifests/*.locale.*.yaml
then:
- addLabel:
label: Manifest-Singleton-Deprecated
onFailure:
onSuccess:

0 comments on commit 6ca517e

Please sign in to comment.