From 7d449ba17d9a90b39bfd6af3cb2d034212065a52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 10:50:35 +0000 Subject: [PATCH] chore(deps): bump bitflight-devops/github-action-readme-generator Bumps [bitflight-devops/github-action-readme-generator](https://github.com/bitflight-devops/github-action-readme-generator) from 1.6.0 to 1.7.2. - [Release notes](https://github.com/bitflight-devops/github-action-readme-generator/releases) - [Changelog](https://github.com/bitflight-devops/github-action-readme-generator/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitflight-devops/github-action-readme-generator/compare/v1.6.0...v1.7.2) --- updated-dependencies: - dependency-name: bitflight-devops/github-action-readme-generator dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/generate-dependabot-config.md | 4 ++++ .github/workflows/greetings.md | 4 ++++ .github/workflows/linter.md | 4 ++++ .github/workflows/release-actions.md | 4 ++++ .github/workflows/release-actions.yml | 2 +- .github/workflows/semantic-pull-request.md | 4 ++++ .github/workflows/stale.md | 4 ++++ actions/checkout/README.md | 7 ++++--- actions/create-and-merge-pull-request/README.md | 7 ++++--- actions/create-or-update-comment/README.md | 7 ++++--- actions/get-github-actions-bot-user/README.md | 7 ++++--- actions/get-issue-number/README.md | 7 ++++--- actions/get-matrix-outputs/README.md | 7 ++++--- actions/set-matrix-output/README.md | 7 ++++--- actions/slugify/README.md | 7 ++++--- 15 files changed, 57 insertions(+), 25 deletions(-) diff --git a/.github/workflows/generate-dependabot-config.md b/.github/workflows/generate-dependabot-config.md index 0be64870..28b66cb3 100644 --- a/.github/workflows/generate-dependabot-config.md +++ b/.github/workflows/generate-dependabot-config.md @@ -1,8 +1,12 @@ + + # GitHub Reusable Workflow: Generate Dependabot Config + + Reusable workflow to generate a dependabot config from predefined templates. diff --git a/.github/workflows/greetings.md b/.github/workflows/greetings.md index 307dee99..3ced4d4f 100644 --- a/.github/workflows/greetings.md +++ b/.github/workflows/greetings.md @@ -1,8 +1,12 @@ + + # GitHub Reusable Workflow: Greetings + + Workflow to greet new contributors. diff --git a/.github/workflows/linter.md b/.github/workflows/linter.md index 3099a097..d0061400 100644 --- a/.github/workflows/linter.md +++ b/.github/workflows/linter.md @@ -1,8 +1,12 @@ + + # GitHub Reusable Workflow: Linter + + Reusable workflow that performs linting on the code base. diff --git a/.github/workflows/release-actions.md b/.github/workflows/release-actions.md index f8c3eb24..ffbdbcc7 100644 --- a/.github/workflows/release-actions.md +++ b/.github/workflows/release-actions.md @@ -1,8 +1,12 @@ + + # GitHub Reusable Workflow: Release Actions + + Reusable workflow that performs actions and workflows release. diff --git a/.github/workflows/release-actions.yml b/.github/workflows/release-actions.yml index ba6ea8ff..70bb6d30 100644 --- a/.github/workflows/release-actions.yml +++ b/.github/workflows/release-actions.yml @@ -126,7 +126,7 @@ jobs: - uses: actions/checkout@v4 - name: 📖 Generate README - uses: bitflight-devops/github-action-readme-generator@v1.6.0 + uses: bitflight-devops/github-action-readme-generator@v1.7.2 with: action: ${{ matrix.action }}/action.yml readme: ${{ matrix.action }}/README.md diff --git a/.github/workflows/semantic-pull-request.md b/.github/workflows/semantic-pull-request.md index dc101765..40671ffc 100644 --- a/.github/workflows/semantic-pull-request.md +++ b/.github/workflows/semantic-pull-request.md @@ -1,8 +1,12 @@ + + # GitHub Reusable Workflow: Semantic pull request + + Workflow to ensure Pull Request provides semantic versionning assets: diff --git a/.github/workflows/stale.md b/.github/workflows/stale.md index bbdd863f..73fa416c 100644 --- a/.github/workflows/stale.md +++ b/.github/workflows/stale.md @@ -1,8 +1,12 @@ + + # GitHub Reusable Workflow: Stale + + Reusable workflow to manage stale issues and pull requests. diff --git a/actions/checkout/README.md b/actions/checkout/README.md index 8af371ce..1d98c2f3 100644 --- a/actions/checkout/README.md +++ b/actions/checkout/README.md @@ -1,8 +1,9 @@ + + - -# GitHub Action: Checkout - + + Action to checkout the repository compatible for PRs, issues and push events. Workaround for [https://github.com/actions/checkout/issues/331](https://github.com/actions/checkout/issues/331) diff --git a/actions/create-and-merge-pull-request/README.md b/actions/create-and-merge-pull-request/README.md index 6460c4cf..e3442dd4 100644 --- a/actions/create-and-merge-pull-request/README.md +++ b/actions/create-and-merge-pull-request/README.md @@ -1,8 +1,9 @@ + + - -# GitHub Action: Create and merge Pull Request - + + Action to create and merge Pull Request. Opinionated, set GitHub Actions bot as author, then rebase and merge. diff --git a/actions/create-or-update-comment/README.md b/actions/create-or-update-comment/README.md index 8db91048..eb4b4687 100644 --- a/actions/create-or-update-comment/README.md +++ b/actions/create-or-update-comment/README.md @@ -1,8 +1,9 @@ + + - -# GitHub Action: Create or update comment - + + Action to create or update comment in pull request or issue diff --git a/actions/get-github-actions-bot-user/README.md b/actions/get-github-actions-bot-user/README.md index 5afa7109..3c1fb886 100644 --- a/actions/get-github-actions-bot-user/README.md +++ b/actions/get-github-actions-bot-user/README.md @@ -1,8 +1,9 @@ + + - -# GitHub Action: Get GitHub Actions bot user - + + Action to get the GitHub Actions bot user informations. Usefull to commit, comment, etc. diff --git a/actions/get-issue-number/README.md b/actions/get-issue-number/README.md index 4930b9a2..fa948a6d 100644 --- a/actions/get-issue-number/README.md +++ b/actions/get-issue-number/README.md @@ -1,8 +1,9 @@ + + - -# GitHub Action: Get issue number - + + Action to get Pull request or issue number diff --git a/actions/get-matrix-outputs/README.md b/actions/get-matrix-outputs/README.md index 4b686075..a7db50da 100644 --- a/actions/get-matrix-outputs/README.md +++ b/actions/get-matrix-outputs/README.md @@ -1,8 +1,9 @@ + + - -# GitHub Action: Get matrix ouput - + + Download matrix ouputs from artifacts, because GitHub action does not handle job outputs for matrix diff --git a/actions/set-matrix-output/README.md b/actions/set-matrix-output/README.md index 0181f201..a056423c 100644 --- a/actions/set-matrix-output/README.md +++ b/actions/set-matrix-output/README.md @@ -1,8 +1,9 @@ + + - -# GitHub Action: Set matrix ouput - + + Set matrix ouput in file to be uploaded as artifacts, because GitHub action does not handle job outputs for matrix diff --git a/actions/slugify/README.md b/actions/slugify/README.md index 952d10e8..b431deb1 100644 --- a/actions/slugify/README.md +++ b/actions/slugify/README.md @@ -1,8 +1,9 @@ + + - -# GitHub Action: Slugify - + + Action to slugify a given string value