Skip to content

Commit 7a5f858

Browse files
wip
1 parent 16c0579 commit 7a5f858

7 files changed

Lines changed: 10 additions & 65 deletions

File tree

.github/actions/all-green/action.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

.github/actions/pr-rerun/action.yml

Lines changed: 0 additions & 42 deletions
This file was deleted.

.github/workflows/all-green.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
- uses: actions/checkout@v4
1212

1313
- name: All Green
14-
uses: ./.github/actions/all-green
14+
uses: getdevopspro/github-actions/pr/all-green@v6.1.0

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
build:
1212
name: Build
13-
uses: getdevopspro/github-actions/.github/workflows/build.yml@v6.0.4
13+
uses: getdevopspro/github-actions/.github/workflows/build.yml@v6.1.0
1414
with:
1515
version-package: package.json
1616
version-package-lock: package-lock.json

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
promote:
2525
name: Job
2626
needs: build
27-
uses: getdevopspro/github-actions/.github/workflows/promote.yml@v6.0.4
27+
uses: getdevopspro/github-actions/.github/workflows/promote.yml@v6.1.0
2828
secrets:
2929
# To bypass ruleset enforcing checks
3030
checkout-token: ${{ secrets.BOT_RELEASE_CHECKOUT_TOKEN }}

.github/workflows/test-robot-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
label-test-robot-needed: ${{ inputs.label-test-robot-needed }}
3636

3737
- name: Rerun pull-request workflow
38-
uses: ./.github/actions/pr-rerun
38+
uses: getdevopspro/github-actions/pr/checks-rerun@v6.1.0
3939
with:
4040
workflow-id: pull-request.yml

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)