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
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