Skip to content

Commit 36a8f56

Browse files
docs: update actions and workflows documentation
[skip ci] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a8d9ca4 commit 36a8f56

16 files changed

Lines changed: 46 additions & 46 deletions

File tree

.github/workflows/greetings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ on:
5353
permissions: {}
5454
jobs:
5555
greetings:
56-
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@666b7b6eb000db3e8614647871fa60c9f1eb7179 # 0.31.4
56+
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@a8d9ca49a0e025238acd97ee3c5014f4d6525bc3 # 0.31.5
5757
permissions: {}
5858
secrets:
5959
# Token for the repository.

.github/workflows/linter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ on:
6464
permissions: {}
6565
jobs:
6666
linter:
67-
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@949a3c2dfae290ecaa9f8dc9cac8825436b1fa11 # main
67+
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@a8d9ca49a0e025238acd97ee3c5014f4d6525bc3 # 0.31.5
6868
permissions: {}
6969
secrets:
7070
# Token for marking the status of linter run in the Checks section.
@@ -127,7 +127,7 @@ jobs:
127127
| **`action-files`** | List of files or directories where GitHub Actions and workflows are located. | **false** | **string** | <!-- textlint-disable --><pre lang="text">./action.yml&#13;./.github/workflows/\*\*/\*.yml&#13;./actions/\*\*/\*.yml</pre><!-- textlint-enable --> |
128128
| | Supports glob patterns. | | | |
129129
| | Leave empty to disable the check. | | | |
130-
| **`lint-all`** | Run checks on all files, not just the changed ones. | **false** | **boolean** | `$\{\{ github.event_name != 'pull_request' }}` |
130+
| **`lint-all`** | Run checks on all files, not just the changed ones. | **false** | **boolean** | `${{ github.event_name != 'pull_request' }}` |
131131

132132
<!-- inputs:end -->
133133

.github/workflows/need-fix-to-issue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ on:
4646
permissions: {}
4747
jobs:
4848
need-fix-to-issue:
49-
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@666b7b6eb000db3e8614647871fa60c9f1eb7179 # 0.31.4
49+
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@a8d9ca49a0e025238acd97ee3c5014f4d6525bc3 # 0.31.5
5050
permissions: {}
5151
with:
5252
# JSON array of runner(s) to use.

.github/workflows/semantic-pull-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ on:
5151
permissions: {}
5252
jobs:
5353
semantic-pull-request:
54-
uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@666b7b6eb000db3e8614647871fa60c9f1eb7179 # 0.31.4
54+
uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@a8d9ca49a0e025238acd97ee3c5014f4d6525bc3 # 0.31.5
5555
permissions: {}
5656
secrets:
5757
# Token for the repository.

.github/workflows/stale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ on:
4545
permissions: {}
4646
jobs:
4747
stale:
48-
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@666b7b6eb000db3e8614647871fa60c9f1eb7179 # 0.31.4
48+
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@a8d9ca49a0e025238acd97ee3c5014f4d6525bc3 # 0.31.5
4949
permissions: {}
5050
with:
5151
# JSON array of runner(s) to use.

actions/checkout/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ permissions:
4343
## Usage
4444
4545
```yaml
46-
- uses: hoverkraft-tech/ci-github-common/actions/checkout@666b7b6eb000db3e8614647871fa60c9f1eb7179 # 0.31.4
46+
- uses: hoverkraft-tech/ci-github-common/actions/checkout@a8d9ca49a0e025238acd97ee3c5014f4d6525bc3 # 0.31.5
4747
with:
4848
# Number of commits to fetch. 0 indicates all history for all branches and tags.
4949
# See https://github.com/actions/checkout#usage

actions/create-and-merge-pull-request/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ See <https://docs.github.com/en/repositories/managing-your-repositorys-settings-
3737
## Usage
3838

3939
```yaml
40-
- uses: hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@666b7b6eb000db3e8614647871fa60c9f1eb7179 # 0.31.4
40+
- uses: hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@a8d9ca49a0e025238acd97ee3c5014f4d6525bc3 # 0.31.5
4141
with:
4242
# GitHub token for creating and merging pull request (permissions contents: write and pull-requests: write).
4343
# See https://github.com/peter-evans/create-pull-request#action-inputs.
@@ -68,14 +68,14 @@ See <https://docs.github.com/en/repositories/managing-your-repositorys-settings-
6868
6969
## Inputs
7070
71-
| **Input** | **Description** | **Required** | **Default** |
72-
| -------------------- | ---------------------------------------------------------------------------------------------------------- | ------------ | ----------------------- |
73-
| **`github-token`** | GitHub token for creating and merging pull request (permissions contents: write and pull-requests: write). | **false** | `$\{\{ github.token }}` |
74-
| | See <https://github.com/peter-evans/create-pull-request#action-inputs>. | | |
75-
| **`branch`** | The pull request branch name | **true** | - |
76-
| **`title`** | The pull request title | **true** | - |
77-
| **`body`** | The pull request body | **true** | - |
78-
| **`commit-message`** | The commit message for the pull request | **true** | - |
71+
| **Input** | **Description** | **Required** | **Default** |
72+
| -------------------- | ---------------------------------------------------------------------------------------------------------- | ------------ | --------------------- |
73+
| **`github-token`** | GitHub token for creating and merging pull request (permissions contents: write and pull-requests: write). | **false** | `${{ github.token }}` |
74+
| | See <https://github.com/peter-evans/create-pull-request#action-inputs>. | | |
75+
| **`branch`** | The pull request branch name | **true** | - |
76+
| **`title`** | The pull request title | **true** | - |
77+
| **`body`** | The pull request body | **true** | - |
78+
| **`commit-message`** | The commit message for the pull request | **true** | - |
7979

8080
<!-- inputs:end -->
8181

actions/create-or-update-comment/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ permissions:
4141
## Usage
4242
4343
```yaml
44-
- uses: hoverkraft-tech/ci-github-common/actions/create-or-update-comment@666b7b6eb000db3e8614647871fa60c9f1eb7179 # 0.31.4
44+
- uses: hoverkraft-tech/ci-github-common/actions/create-or-update-comment@a8d9ca49a0e025238acd97ee3c5014f4d6525bc3 # 0.31.5
4545
with:
4646
# The comment title.
4747
# Must be static and unique, will be used to retrieve the comment if exists already.

actions/get-github-actions-bot-user/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Usefull to commit, comment, etc.
3434
## Usage
3535

3636
```yaml
37-
- uses: hoverkraft-tech/ci-github-common/actions/get-github-actions-bot-user@666b7b6eb000db3e8614647871fa60c9f1eb7179 # 0.31.4
37+
- uses: hoverkraft-tech/ci-github-common/actions/get-github-actions-bot-user@a8d9ca49a0e025238acd97ee3c5014f4d6525bc3 # 0.31.5
3838
```
3939
4040
<!-- usage:end -->

actions/get-issue-number/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Action to get Pull request or issue number
3333
## Usage
3434

3535
```yaml
36-
- uses: hoverkraft-tech/ci-github-common/actions/get-issue-number@666b7b6eb000db3e8614647871fa60c9f1eb7179 # 0.31.4
36+
- uses: hoverkraft-tech/ci-github-common/actions/get-issue-number@a8d9ca49a0e025238acd97ee3c5014f4d6525bc3 # 0.31.5
3737
```
3838
3939
<!-- usage:end -->

0 commit comments

Comments
 (0)