-
-
Notifications
You must be signed in to change notification settings - Fork 839
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for multiple lifecycle rules (#85)
* Adding support for multiple lifecycle rules * Run fmt * Auto Format * As requested, making one default lifecycle with same values as old variables * As requested, making one default lifecycle with same values as old variables * As requested, making one default lifecycle with same values as old variables * fix typo * Auto Format * fix test * Add bridgecrew exception line * Ran go fmt on test and updated bridgecrew comment as advised. * Trigger validate-codeowners Co-authored-by: cloudpossebot <[email protected]>
- Loading branch information
1 parent
35484d3
commit d8ebed8
Showing
10 changed files
with
241 additions
and
153 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
name: Validate Codeowners | ||
on: | ||
workflow_dispatch: | ||
|
||
pull_request: | ||
|
||
jobs: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.