Skip to content

Commit

Permalink
docs: update actions and workflows documentation
Browse files Browse the repository at this point in the history
[skip ci]

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored and hoverkraft-bot[bot] committed Apr 10, 2024
1 parent 993bf11 commit 02b0389
Show file tree
Hide file tree
Showing 16 changed files with 28 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-dependabot-config.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/generate-dependabot-config.yml@0.13.1
uses: hoverkraft-tech/ci-github-common/.github/workflows/generate-dependabot-config.yml@0.13.2
with:
# GitHub App ID to generate GitHub token in place of github-token.
# See https://github.com/actions/create-github-app-token
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/greetings.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ permissions:

jobs:
greetings:
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.13.1
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.13.2
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 @@ -34,7 +34,7 @@ permissions:

jobs:
main:
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.13.1
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.13.2
secrets:
# Token for marking the status of linter run in the Checks section.
# See https://github.com/super-linter/super-linter#how-to-use
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 @@ -40,7 +40,7 @@ permissions:

jobs:
main:
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.13.1
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.13.2
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/release-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ concurrency:

jobs:
release:
uses: hoverkraft-tech/ci-github-common/.github/workflows/release-actions.yml@0.13.1
uses: hoverkraft-tech/ci-github-common/.github/workflows/release-actions.yml@0.13.2
with:
# Update all actions and workflows, regardless of changes.
update-all: false
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 @@ -36,7 +36,7 @@ permissions:

jobs:
main:
uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@0.13.1
uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@0.13.2
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.13.1
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.13.2

# Optional customizations.
with:
Expand Down
2 changes: 1 addition & 1 deletion actions/checkout/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ permissions:
<!-- start usage -->
```yaml
- uses: hoverkraft-tech/ci-github-common@0.13.1
- uses: hoverkraft-tech/ci-github-common@0.13.2
with:
# Description: Number of commits to fetch. 0 indicates all history for all
# branches and tags. See
Expand Down
23 changes: 13 additions & 10 deletions actions/create-and-merge-pull-request/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@

<!-- end branding -->
<!-- start badges -->

<a href="https%3A%2F%2Fgit.luolix.top%2Fhoverkraft-tech%2Fci-github-common%2Freleases%2Flatest"><img src="https://img.shields.io/github/v/release/hoverkraft-tech/ci-github-common?display_name=tag&sort=semver&logo=github&style=flat-square" alt="Release%20by%20tag" /></a><a href="https%3A%2F%2Fgit.luolix.top%2Fhoverkraft-tech%2Fci-github-common%2Freleases%2Flatest"><img src="https://img.shields.io/github/release-date/hoverkraft-tech/ci-github-common?display_name=tag&sort=semver&logo=github&style=flat-square" alt="Release%20by%20date" /></a><img src="https://img.shields.io/github/last-commit/hoverkraft-tech/ci-github-common?logo=github&style=flat-square" alt="Commit" /><a href="https%3A%2F%2Fgit.luolix.top%2Fhoverkraft-tech%2Fci-github-common%2Fissues"><img src="https://img.shields.io/github/issues/hoverkraft-tech/ci-github-common?logo=github&style=flat-square" alt="Open%20Issues" /></a><img src="https://img.shields.io/github/downloads/hoverkraft-tech/ci-github-common/total?logo=github&style=flat-square" alt="Downloads" />

<!-- end badges -->
<!-- start description -->

Expand All @@ -27,11 +30,11 @@ Allow GitHub Actions to create and approve pull requests](https://docs.github.co
<!-- start usage -->

```yaml
- uses: hoverkraft-tech/ci-github-common@0.13.1
- uses: hoverkraft-tech/ci-github-common@0.13.2
with:
# Description: GitHub token for creating and merging pull request (permissions
# contents: write and pull-requests: write).
# See https://github.com/peter-evans/create-pull-request#action-inputs.
# contents: write and pull-requests: write). See
# https://github.com/peter-evans/create-pull-request#action-inputs.
#
# Default: ${{ github.token }}
github-token: ""
Expand Down Expand Up @@ -59,13 +62,13 @@ Allow GitHub Actions to create and approve pull requests](https://docs.github.co
<!-- start inputs -->
| **Input** | **Description** | **Default** | **Required** |
| --------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------- | ------------ |
| <code>github-token</code> | GitHub token for creating and merging pull request (permissions contents: write and pull-requests: write). See <https://github.com/peter-evans/create-pull-request#action-inputs>. | <code>${{ github.token }}</code> | **false** |
| <code>branch</code> | The pull request branch name | | **true** |
| <code>title</code> | The pull request title | | **true** |
| <code>body</code> | The pull request body | | **true** |
| <code>commit-message</code> | The commit message for the pull request | | **true** |
| **Input** | **Description** | **Default** | **Required** |
| --------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------- | ------------ |
| <code>github-token</code> | GitHub token for creating and merging pull request (permissions contents: write and pull-requests: write). See https://github.com/peter-evans/create-pull-request#action-inputs. | <code>${{ github.token }}</code> | **false** |
| <code>branch</code> | The pull request branch name | | **true** |
| <code>title</code> | The pull request title | | **true** |
| <code>body</code> | The pull request body | | **true** |
| <code>commit-message</code> | The commit message for the pull request | | **true** |
<!-- end inputs -->
<!-- start outputs -->
Expand Down
2 changes: 1 addition & 1 deletion actions/create-or-update-comment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ permissions:
<!-- start usage -->
```yaml
- uses: hoverkraft-tech/ci-github-common@0.13.1
- uses: hoverkraft-tech/ci-github-common@0.13.2
with:
# Description: The comment title. Must be static and unique, will be used to
# retrieve the comment if exists already.
Expand Down
2 changes: 1 addition & 1 deletion actions/get-github-actions-bot-user/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Action to get the GitHub Actions bot user informations. Usefull to commit, comme
<!-- start usage -->

```yaml
- uses: hoverkraft-tech/ci-github-common@0.13.1
- uses: hoverkraft-tech/ci-github-common@0.13.2
with:
```
Expand Down
2 changes: 1 addition & 1 deletion actions/get-issue-number/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Action to get Pull request or issue number
<!-- start usage -->

```yaml
- uses: hoverkraft-tech/ci-github-common@0.13.1
- uses: hoverkraft-tech/ci-github-common@0.13.2
with:
```
Expand Down
2 changes: 1 addition & 1 deletion actions/get-matrix-outputs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Download matrix ouputs from artifacts, because GitHub action does not handle job
<!-- start usage -->

```yaml
- uses: hoverkraft-tech/ci-github-common@0.13.1
- uses: hoverkraft-tech/ci-github-common@0.13.2
with:
# Description: The name of the artifact to download.
#
Expand Down
2 changes: 1 addition & 1 deletion actions/repository-owner-is-organization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Action to check if the repository owner is an organization.
<!-- start usage -->

```yaml
- uses: hoverkraft-tech/ci-github-common@0.13.1
- uses: hoverkraft-tech/ci-github-common@0.13.2
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 @@ -28,7 +28,7 @@ This strategy effectively prevents any clashes or overwrites, maintaining the in
<!-- start usage -->

```yaml
- uses: hoverkraft-tech/ci-github-common@0.13.1
- uses: hoverkraft-tech/ci-github-common@0.13.2
with:
# Description: The matrix output to set.
#
Expand Down
2 changes: 1 addition & 1 deletion actions/slugify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Action to slugify a given string value
<!-- start usage -->

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

0 comments on commit 02b0389

Please sign in to comment.