Skip to content

Commit 7018cf3

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 71b8594 commit 7018cf3

18 files changed

Lines changed: 36 additions & 36 deletions

File tree

.github/workflows/greetings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ on:
5555
permissions: {}
5656
jobs:
5757
greetings:
58-
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@4b53189212d5810f710bed89711002626977215b # 0.33.0
58+
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@71b85947453f32b5d147ff3ab37351439a92d840 # 0.34.2
5959
permissions: {}
6060
secrets:
6161
# Token for the repository.

.github/workflows/linter.md

Lines changed: 1 addition & 1 deletion
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@4b53189212d5810f710bed89711002626977215b # 0.33.0
67+
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@71b85947453f32b5d147ff3ab37351439a92d840 # 0.34.2
6868
permissions: {}
6969
secrets:
7070
# Token for marking the status of linter run in the Checks section.

.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@4b53189212d5810f710bed89711002626977215b # 0.33.0
49+
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@71b85947453f32b5d147ff3ab37351439a92d840 # 0.34.2
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@4b53189212d5810f710bed89711002626977215b # 0.33.0
54+
uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@71b85947453f32b5d147ff3ab37351439a92d840 # 0.34.2
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@4b53189212d5810f710bed89711002626977215b # 0.33.0
48+
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@71b85947453f32b5d147ff3ab37351439a92d840 # 0.34.2
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@4b53189212d5810f710bed89711002626977215b # 0.33.0
46+
- uses: hoverkraft-tech/ci-github-common/actions/checkout@71b85947453f32b5d147ff3ab37351439a92d840 # 0.34.2
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: 1 addition & 1 deletion
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@4b53189212d5810f710bed89711002626977215b # 0.33.0
40+
- uses: hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@71b85947453f32b5d147ff3ab37351439a92d840 # 0.34.2
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.

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@4b53189212d5810f710bed89711002626977215b # 0.33.0
44+
- uses: hoverkraft-tech/ci-github-common/actions/create-or-update-comment@71b85947453f32b5d147ff3ab37351439a92d840 # 0.34.2
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 @@ Useful to commit, comment, etc.
3434
## Usage
3535

3636
```yaml
37-
- uses: hoverkraft-tech/ci-github-common/actions/get-github-actions-bot-user@4b53189212d5810f710bed89711002626977215b # 0.33.0
37+
- uses: hoverkraft-tech/ci-github-common/actions/get-github-actions-bot-user@71b85947453f32b5d147ff3ab37351439a92d840 # 0.34.2
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@4b53189212d5810f710bed89711002626977215b # 0.33.0
36+
- uses: hoverkraft-tech/ci-github-common/actions/get-issue-number@71b85947453f32b5d147ff3ab37351439a92d840 # 0.34.2
3737
```
3838
3939
<!-- usage:end -->

0 commit comments

Comments
 (0)