Skip to content

Commit

Permalink
chore(deps): bump bitflight-devops/github-action-readme-generator
Browse files Browse the repository at this point in the history
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](bitflight-devops/github-action-readme-generator@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and neilime committed Oct 24, 2023
1 parent 5c73e9e commit 49fff12
Show file tree
Hide file tree
Showing 15 changed files with 57 additions and 25 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/generate-dependabot-config.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
<!-- start branding -->
<!-- end branding -->
<!-- start title -->

# GitHub Reusable Workflow: Generate Dependabot Config

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

Reusable workflow to generate a dependabot config from predefined templates.
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/greetings.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
<!-- start branding -->
<!-- end branding -->
<!-- start title -->

# GitHub Reusable Workflow: Greetings

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

Workflow to greet new contributors.
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/linter.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
<!-- start branding -->
<!-- end branding -->
<!-- start title -->

# GitHub Reusable Workflow: Linter

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

Reusable workflow that performs linting on the code base.
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release-actions.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
<!-- start branding -->
<!-- end branding -->
<!-- start title -->

# GitHub Reusable Workflow: Release Actions

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

Reusable workflow that performs actions and workflows release.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/semantic-pull-request.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
<!-- start branding -->
<!-- end branding -->
<!-- start title -->

# GitHub Reusable Workflow: Semantic pull request

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

Workflow to ensure Pull Request provides semantic versionning assets:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/stale.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
<!-- start branding -->
<!-- end branding -->
<!-- start title -->

# GitHub Reusable Workflow: Stale

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

Reusable workflow to manage stale issues and pull requests.
Expand Down
7 changes: 4 additions & 3 deletions actions/checkout/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<!-- start branding -->
<!-- end branding -->
<!-- start title -->

# GitHub Action: Checkout

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

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)
Expand Down
7 changes: 4 additions & 3 deletions actions/create-and-merge-pull-request/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<!-- start branding -->
<!-- end branding -->
<!-- start title -->

# GitHub Action: Create and merge Pull Request

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

Action to create and merge Pull Request. Opinionated, set GitHub Actions bot as author, then rebase and merge.
Expand Down
7 changes: 4 additions & 3 deletions actions/create-or-update-comment/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<!-- start branding -->
<!-- end branding -->
<!-- start title -->

# GitHub Action: Create or update comment

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

Action to create or update comment in pull request or issue
Expand Down
7 changes: 4 additions & 3 deletions actions/get-github-actions-bot-user/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<!-- start branding -->
<!-- end branding -->
<!-- start title -->

# GitHub Action: Get GitHub Actions bot user

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

Action to get the GitHub Actions bot user informations. Usefull to commit, comment, etc.
Expand Down
7 changes: 4 additions & 3 deletions actions/get-issue-number/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<!-- start branding -->
<!-- end branding -->
<!-- start title -->

# GitHub Action: Get issue number

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

Action to get Pull request or issue number
Expand Down
7 changes: 4 additions & 3 deletions actions/get-matrix-outputs/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<!-- start branding -->
<!-- end branding -->
<!-- start title -->

# GitHub Action: Get matrix ouput

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

Download matrix ouputs from artifacts, because GitHub action does not handle job outputs for matrix
Expand Down
7 changes: 4 additions & 3 deletions actions/set-matrix-output/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<!-- start branding -->
<!-- end branding -->
<!-- start title -->

# GitHub Action: Set matrix ouput

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

Set matrix ouput in file to be uploaded as artifacts, because GitHub action does not handle job outputs for matrix
Expand Down
7 changes: 4 additions & 3 deletions actions/slugify/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<!-- start branding -->
<!-- end branding -->
<!-- start title -->

# GitHub Action: Slugify

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

Action to slugify a given string value
Expand Down

0 comments on commit 49fff12

Please sign in to comment.