Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/greetings.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ permissions:

jobs:
greetings:
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.23.0
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.23.1
secrets:
# Token for the repository.
# See https://github.com/actions/first-interaction#usage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linter.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ permissions:

jobs:
main:
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.23.0
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.23.1
with:
# Json array of runner(s) to use.
# See <https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job>.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/need-fix-to-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ concurrency:

jobs:
main:
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.23.0
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.23.1
with:
manual-commit-ref: ${{ inputs.manual-commit-ref }}
manual-base-ref: ${{ inputs.manual-base-ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semantic-pull-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ permissions:

jobs:
main:
uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@0.23.0
uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@0.23.1
secrets:
# Token for the repository.
# Default GITHUB_TOKEN
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ permissions:

jobs:
main:
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.23.0
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.23.1

# Optional customizations.
with:
Expand Down
4 changes: 2 additions & 2 deletions actions/checkout/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- start title -->

# <img src=".github/ghadocs/branding.svg" width="60px" align="center" alt="branding<icon:git-branch color:gray-dark>" /> GitHub Action: Checkout
# <img src=".github/ghadocs/branding.svg" width="60px" align="center" alt="branding<icon:git-branch color:blue>" /> GitHub Action: Checkout

<!-- end title -->
<!--
Expand Down Expand Up @@ -36,7 +36,7 @@ permissions:
<!-- start usage -->

```yaml
- uses: hoverkraft-tech/ci-github-common@0.23.0
- uses: hoverkraft-tech/ci-github-common@0.23.1
with:
# Description: Number of commits to fetch. 0 indicates all history for all
# branches and tags. See
Expand Down
4 changes: 2 additions & 2 deletions actions/create-and-merge-pull-request/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- jscpd:ignore-start -->
<!-- start title -->

# <img src=".github/ghadocs/branding.svg" width="60px" align="center" alt="branding<icon:git-pull-request color:gray-dark>" /> GitHub Action: Create and merge Pull Request
# <img src=".github/ghadocs/branding.svg" width="60px" align="center" alt="branding<icon:git-pull-request color:blue>" /> GitHub Action: Create and merge Pull Request

<!-- end title -->
<!-- markdownlint-disable MD013 -->
Expand Down Expand Up @@ -29,7 +29,7 @@ See [Allow GitHub Actions to create and approve pull requests](https://docs.gith
<!-- start usage -->

```yaml
- uses: hoverkraft-tech/ci-github-common@0.23.0
- uses: hoverkraft-tech/ci-github-common@0.23.1
with:
# Description: GitHub token for creating and merging pull request (permissions
# contents: write and pull-requests: write). See
Expand Down
4 changes: 2 additions & 2 deletions actions/create-or-update-comment/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- start title -->

# <img src=".github/ghadocs/branding.svg" width="60px" align="center" alt="branding<icon:message-square color:gray-dark>" /> GitHub Action: Create or update comment
# <img src=".github/ghadocs/branding.svg" width="60px" align="center" alt="branding<icon:message-square color:blue>" /> GitHub Action: Create or update comment

<!-- end title -->
<!--
Expand Down Expand Up @@ -35,7 +35,7 @@ permissions:
<!-- start usage -->

```yaml
- uses: hoverkraft-tech/ci-github-common@0.23.0
- uses: hoverkraft-tech/ci-github-common@0.23.1
with:
# Description: The comment title. Must be static and unique, will be used to
# retrieve the comment if exists already.
Expand Down
4 changes: 2 additions & 2 deletions actions/get-github-actions-bot-user/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- start title -->

# <img src=".github/ghadocs/branding.svg" width="60px" align="center" alt="branding<icon:user-check color:gray-dark>" /> GitHub Action: Get GitHub Actions bot user
# <img src=".github/ghadocs/branding.svg" width="60px" align="center" alt="branding<icon:user-check color:blue>" /> GitHub Action: Get GitHub Actions bot user

<!-- end title -->
<!--
Expand All @@ -26,7 +26,7 @@ Action to get the GitHub Actions bot user informations. Usefull to commit, comme
<!-- start usage -->

```yaml
- uses: hoverkraft-tech/ci-github-common@0.23.0
- uses: hoverkraft-tech/ci-github-common@0.23.1
with:
```

Expand Down
4 changes: 2 additions & 2 deletions actions/get-issue-number/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- start title -->

# <img src=".github/ghadocs/branding.svg" width="60px" align="center" alt="branding<icon:hash color:gray-dark>" /> GitHub Action: Get issue number
# <img src=".github/ghadocs/branding.svg" width="60px" align="center" alt="branding<icon:hash color:blue>" /> GitHub Action: Get issue number

<!-- end title -->
<!--
Expand All @@ -26,7 +26,7 @@ Action to get Pull request or issue number
<!-- start usage -->

```yaml
- uses: hoverkraft-tech/ci-github-common@0.23.0
- uses: hoverkraft-tech/ci-github-common@0.23.1
with:
```

Expand Down
4 changes: 2 additions & 2 deletions actions/get-matrix-outputs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- start title -->

# <img src=".github/ghadocs/branding.svg" width="60px" align="center" alt="branding<icon:download-cloud color:gray-dark>" /> GitHub Action: Get matrix ouput
# <img src=".github/ghadocs/branding.svg" width="60px" align="center" alt="branding<icon:download-cloud color:blue>" /> GitHub Action: Get matrix ouput

<!-- end title -->
<!--
Expand All @@ -27,7 +27,7 @@ Download matrix ouputs from artifacts, because GitHub Action does not handle job
<!-- start usage -->

```yaml
- uses: hoverkraft-tech/ci-github-common@0.23.0
- uses: hoverkraft-tech/ci-github-common@0.23.1
with:
# Description: The name of the artifact to download.
#
Expand Down
4 changes: 2 additions & 2 deletions actions/repository-owner-is-organization/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- start title -->

# <img src=".github/ghadocs/branding.svg" width="60px" align="center" alt="branding<icon:users color:gray-dark>" /> GitHub Action: Repository owner is organization
# <img src=".github/ghadocs/branding.svg" width="60px" align="center" alt="branding<icon:users color:blue>" /> GitHub Action: Repository owner is organization

<!-- end title -->
<!--
Expand All @@ -26,7 +26,7 @@ Action to check if the repository owner is an organization.
<!-- start usage -->

```yaml
- uses: hoverkraft-tech/ci-github-common@0.23.0
- uses: hoverkraft-tech/ci-github-common@0.23.1
with:
# Description: GitHub token for fetching users API.
#
Expand Down
2 changes: 1 addition & 1 deletion actions/set-matrix-output/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This strategy effectively prevents any clashes or overwrites, maintaining the in
<!-- start usage -->

```yaml
- uses: hoverkraft-tech/ci-github-common@0.23.0
- uses: hoverkraft-tech/ci-github-common@0.23.1
with:
# Description: The matrix output to set.
#
Expand Down
4 changes: 2 additions & 2 deletions actions/slugify/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- start title -->

# <img src=".github/ghadocs/branding.svg" width="60px" align="center" alt="branding<icon:link-2 color:gray-dark>" /> GitHub Action: Slugify
# <img src=".github/ghadocs/branding.svg" width="60px" align="center" alt="branding<icon:link-2 color:blue>" /> GitHub Action: Slugify

<!-- end title -->
<!--
Expand All @@ -26,7 +26,7 @@ Action to slugify a given string value
<!-- start usage -->

```yaml
- uses: hoverkraft-tech/ci-github-common@0.23.0
- uses: hoverkraft-tech/ci-github-common@0.23.1
with:
# Description: The value to slugify
#
Expand Down