Skip to content

Commit

Permalink
chore: prevent cleanup of tags using semvers
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Jan 13, 2025
1 parent ace71f7 commit de05fee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ inputs:
description: Branch to diff against
default: ${{ github.event.repository.default_branch }}
keep_regex:
description: Regex for tags to skip when keep_versions is provided; defaults to test and prod
default: "^(prod|test|latest)$"
description: Regex for tags to ignore (not delete); defaults to prod, test and semvers
default: "^(prod|test|v(\d+)(\.\d+){0,2}.*)$"
repository:
description: Non-default repo to clone
default: ${{ github.repository }}
Expand Down

0 comments on commit de05fee

Please sign in to comment.