From 3be458d7314f78c3325559929d8deaeba40614a5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 05:47:53 +0000 Subject: [PATCH] docs: update actions and workflows documentation [skip ci] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/workflows/generate-dependabot-config.md | 2 +- .github/workflows/greetings.md | 2 +- .github/workflows/linter.md | 2 +- .github/workflows/need-fix-to-issue.md | 2 +- .github/workflows/release-actions.md | 2 +- .github/workflows/semantic-pull-request.md | 2 +- .github/workflows/stale.md | 2 +- actions/checkout/README.md | 2 +- actions/create-and-merge-pull-request/README.md | 2 +- actions/create-or-update-comment/README.md | 2 +- actions/get-github-actions-bot-user/README.md | 2 +- actions/get-issue-number/README.md | 2 +- actions/get-matrix-outputs/README.md | 2 +- actions/repository-owner-is-organization/README.md | 2 +- actions/set-matrix-output/README.md | 2 +- actions/slugify/README.md | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/generate-dependabot-config.md b/.github/workflows/generate-dependabot-config.md index 3f80356..db7b1df 100644 --- a/.github/workflows/generate-dependabot-config.md +++ b/.github/workflows/generate-dependabot-config.md @@ -30,7 +30,7 @@ permissions: jobs: main: - uses: hoverkraft-tech/ci-github-common/.github/workflows/generate-dependabot-config.yml@0.13.0 + uses: hoverkraft-tech/ci-github-common/.github/workflows/generate-dependabot-config.yml@0.13.1 with: # GitHub App ID to generate GitHub token in place of github-token. # See https://github.com/actions/create-github-app-token diff --git a/.github/workflows/greetings.md b/.github/workflows/greetings.md index bbd63b0..368d2ad 100644 --- a/.github/workflows/greetings.md +++ b/.github/workflows/greetings.md @@ -36,7 +36,7 @@ permissions: jobs: greetings: - uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.13.0 + uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.13.1 secrets: # Token for the repository. # See https://github.com/actions/first-interaction#usage diff --git a/.github/workflows/linter.md b/.github/workflows/linter.md index c8ce944..7c3853f 100644 --- a/.github/workflows/linter.md +++ b/.github/workflows/linter.md @@ -34,7 +34,7 @@ permissions: jobs: main: - uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.13.0 + uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.13.1 secrets: # Token for marking the status of linter run in the Checks section. # See https://github.com/super-linter/super-linter#how-to-use diff --git a/.github/workflows/need-fix-to-issue.md b/.github/workflows/need-fix-to-issue.md index a22cc7d..66c2e16 100644 --- a/.github/workflows/need-fix-to-issue.md +++ b/.github/workflows/need-fix-to-issue.md @@ -40,7 +40,7 @@ permissions: jobs: main: - uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.13.0 + uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.13.1 with: manual-commit-ref: ${{ inputs.manual-commit-ref }} manual-base-ref: ${{ inputs.manual-base-ref }} diff --git a/.github/workflows/release-actions.md b/.github/workflows/release-actions.md index e796cc9..cd0f9cd 100644 --- a/.github/workflows/release-actions.md +++ b/.github/workflows/release-actions.md @@ -38,7 +38,7 @@ concurrency: jobs: release: - uses: hoverkraft-tech/ci-github-common/.github/workflows/release-actions.yml@0.13.0 + uses: hoverkraft-tech/ci-github-common/.github/workflows/release-actions.yml@0.13.1 with: # Update all actions and workflows, regardless of changes. update-all: false diff --git a/.github/workflows/semantic-pull-request.md b/.github/workflows/semantic-pull-request.md index a61aab3..cb788c6 100644 --- a/.github/workflows/semantic-pull-request.md +++ b/.github/workflows/semantic-pull-request.md @@ -36,7 +36,7 @@ permissions: jobs: main: - uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@0.13.0 + uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@0.13.1 secrets: # Token for the repository. # Default GITHUB_TOKEN diff --git a/.github/workflows/stale.md b/.github/workflows/stale.md index 815172b..12e9b3c 100644 --- a/.github/workflows/stale.md +++ b/.github/workflows/stale.md @@ -30,7 +30,7 @@ permissions: jobs: main: - uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.13.0 + uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.13.1 # Optional customizations. with: diff --git a/actions/checkout/README.md b/actions/checkout/README.md index 9689da9..990594a 100644 --- a/actions/checkout/README.md +++ b/actions/checkout/README.md @@ -33,7 +33,7 @@ permissions: ```yaml -- uses: hoverkraft-tech/ci-github-common@0.13.0 +- uses: hoverkraft-tech/ci-github-common@0.13.1 with: # Description: Number of commits to fetch. 0 indicates all history for all # branches and tags. See diff --git a/actions/create-and-merge-pull-request/README.md b/actions/create-and-merge-pull-request/README.md index 453e2a5..6b4585e 100644 --- a/actions/create-and-merge-pull-request/README.md +++ b/actions/create-and-merge-pull-request/README.md @@ -27,7 +27,7 @@ Allow GitHub Actions to create and approve pull requests](https://docs.github.co ```yaml -- uses: hoverkraft-tech/ci-github-common@0.13.0 +- uses: hoverkraft-tech/ci-github-common@0.13.1 with: # Description: GitHub token for creating and merging pull request (permissions # contents: write and pull-requests: write). See diff --git a/actions/create-or-update-comment/README.md b/actions/create-or-update-comment/README.md index 2a64053..c9fa407 100644 --- a/actions/create-or-update-comment/README.md +++ b/actions/create-or-update-comment/README.md @@ -32,7 +32,7 @@ permissions: ```yaml -- uses: hoverkraft-tech/ci-github-common@0.13.0 +- uses: hoverkraft-tech/ci-github-common@0.13.1 with: # Description: The comment title. Must be static and unique, will be used to # retrieve the comment if exists already. diff --git a/actions/get-github-actions-bot-user/README.md b/actions/get-github-actions-bot-user/README.md index 3d18b01..698e814 100644 --- a/actions/get-github-actions-bot-user/README.md +++ b/actions/get-github-actions-bot-user/README.md @@ -23,7 +23,7 @@ Action to get the GitHub Actions bot user informations. Usefull to commit, comme ```yaml -- uses: hoverkraft-tech/ci-github-common@0.13.0 +- uses: hoverkraft-tech/ci-github-common@0.13.1 with: ``` diff --git a/actions/get-issue-number/README.md b/actions/get-issue-number/README.md index 2953fa1..0b54b82 100644 --- a/actions/get-issue-number/README.md +++ b/actions/get-issue-number/README.md @@ -23,7 +23,7 @@ Action to get Pull request or issue number ```yaml -- uses: hoverkraft-tech/ci-github-common@0.13.0 +- uses: hoverkraft-tech/ci-github-common@0.13.1 with: ``` diff --git a/actions/get-matrix-outputs/README.md b/actions/get-matrix-outputs/README.md index 17c8d11..0adba69 100644 --- a/actions/get-matrix-outputs/README.md +++ b/actions/get-matrix-outputs/README.md @@ -23,7 +23,7 @@ Download matrix ouputs from artifacts, because GitHub action does not handle job ```yaml -- uses: hoverkraft-tech/ci-github-common@0.13.0 +- uses: hoverkraft-tech/ci-github-common@0.13.1 with: # Description: The name of the artifact to download. # diff --git a/actions/repository-owner-is-organization/README.md b/actions/repository-owner-is-organization/README.md index afbbff9..283f0cf 100644 --- a/actions/repository-owner-is-organization/README.md +++ b/actions/repository-owner-is-organization/README.md @@ -23,7 +23,7 @@ Action to check if the repository owner is an organization. ```yaml -- uses: hoverkraft-tech/ci-github-common@0.13.0 +- uses: hoverkraft-tech/ci-github-common@0.13.1 with: # Description: GitHub token for fetching users API. # diff --git a/actions/set-matrix-output/README.md b/actions/set-matrix-output/README.md index e8a0eb1..4ced426 100644 --- a/actions/set-matrix-output/README.md +++ b/actions/set-matrix-output/README.md @@ -28,7 +28,7 @@ This strategy effectively prevents any clashes or overwrites, maintaining the in ```yaml -- uses: hoverkraft-tech/ci-github-common@0.13.0 +- uses: hoverkraft-tech/ci-github-common@0.13.1 with: # Description: The matrix output to set. # diff --git a/actions/slugify/README.md b/actions/slugify/README.md index bfd4e9d..6f839e3 100644 --- a/actions/slugify/README.md +++ b/actions/slugify/README.md @@ -23,7 +23,7 @@ Action to slugify a given string value ```yaml -- uses: hoverkraft-tech/ci-github-common@0.13.0 +- uses: hoverkraft-tech/ci-github-common@0.13.1 with: # Description: The value to slugify #