Skip to content

Commit eba1d0d

Browse files
committed
chore: fix lint issues
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
1 parent f66e229 commit eba1d0d

5 files changed

Lines changed: 9 additions & 4 deletions

File tree

.github/workflows/prune-pull-requests-images-tags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
| | Must have a capture group for the pull request number. | | | |
103103
| **`preserve-tags-filter`** | Optional regular expression to match tags that should be preserved (not deleted). | **false** | **string** | - |
104104
| | Tags matching this pattern will never be deleted, even if they are on a package version with PR tags. | | | |
105-
| | Example: "^v.*" to preserve version tags like v1.0.0, v2.1.3, etc. | | | |
105+
| | Example: "^v.\*" to preserve version tags like v1.0.0, v2.1.3, etc. | | | |
106106

107107
<!-- inputs:end -->
108108
<!-- secrets:start -->

.github/workflows/prune-pull-requests-images-tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ on: # yamllint disable-line rule:truthy
4141
description: |
4242
Optional regular expression to match tags that should be preserved (not deleted).
4343
Tags matching this pattern will never be deleted, even if they are on a package version with PR tags.
44-
Example: "^v.*" to preserve version tags like v1.0.0, v2.1.3, etc.
44+
Example: `^v.*` to preserve version tags like v1.0.0, v2.1.3, etc.
4545
default: ""
4646
type: string
4747
required: false

actions/docker/prune-pull-requests-image-tags/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ permissions:
7777
| **`pull-request-tag-filter`** | The regular expression to match pull request tags. Must have a capture group for the pull request number. | **false** | `^pr-([0-9]+)(?:-\|$)` |
7878
| **`preserve-tags-filter`** | Optional regular expression to match tags that should be preserved (not deleted). | **false** | - |
7979
| | Tags matching this pattern will never be deleted, even if they are on a package version with PR tags. | | |
80-
| | Example: "^v.*" to preserve version tags like v1.0.0, v2.1.3, etc. | | |
80+
| | Example: "^v.\*" to preserve version tags like v1.0.0, v2.1.3, etc. | | |
8181
| **`github-token`** | GitHub token with the folowing scopes: `pull-requests:read`, `packages:read` and `packages:delete`. | **false** | `${{ github.token }}` |
8282
| | See <https://docs.github.com/en/packages/learn-github-packages/about-permissions-for-github-packages#about-scopes-and-permissions-for-package-registries>. | | |
8383

actions/docker/prune-pull-requests-image-tags/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ inputs:
2727
description: |
2828
Optional regular expression to match tags that should be preserved (not deleted).
2929
Tags matching this pattern will never be deleted, even if they are on a package version with PR tags.
30-
Example: "^v.*" to preserve version tags like v1.0.0, v2.1.3, etc.
30+
Example: `^v.*` to preserve version tags like v1.0.0, v2.1.3, etc.
3131
required: false
3232
default: ""
3333
github-token:

actions/helm/generate-docs/package-lock.json

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)