Skip to content

Commit

Permalink
chore(deps): bump LouisBrunner/checks-action from 1.6.0 to 1.6.2 (#4839)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 2, 2023
1 parent 05508c9 commit b63f787
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-e2e-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: label checker
runs-on: ubuntu-latest
steps:
- uses: LouisBrunner/[email protected].0
- uses: LouisBrunner/[email protected].2
name: Enqueue e2e
id: create
with:
Expand All @@ -23,7 +23,7 @@ jobs:
name: ${{ env.E2E_CHECK_NAME }}
status: queued

- uses: LouisBrunner/[email protected].0
- uses: LouisBrunner/[email protected].2
name: Skip e2e
if: ${{ contains(github.event.pull_request.labels.*.name, env.SKIP_E2E_TAG )}}
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-e2e-creator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: check-creator
runs-on: ubuntu-latest
steps:
- uses: LouisBrunner/[email protected].0
- uses: LouisBrunner/[email protected].2
name: Enqueue e2e
id: create
with:
Expand All @@ -23,7 +23,7 @@ jobs:
name: ${{ env.E2E_CHECK_NAME }}
status: queued

- uses: LouisBrunner/[email protected].0
- uses: LouisBrunner/[email protected].2
name: Skip e2e
if: ${{ contains(github.event.pull_request.labels.*.name, env.SKIP_E2E_TAG )}}
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pr-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
if: needs.triage.outputs.run-e2e == 'true'
steps:
- name: Set status in-progress
uses: LouisBrunner/[email protected].0
uses: LouisBrunner/[email protected].2
with:
token: ${{ secrets.GITHUB_TOKEN }}
sha: ${{ needs.triage.outputs.commit_sha }}
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
if: needs.triage.outputs.run-e2e == 'true'
steps:
- name: Set status in-progress
uses: LouisBrunner/[email protected].0
uses: LouisBrunner/[email protected].2
with:
token: ${{ secrets.GITHUB_TOKEN }}
sha: ${{ needs.triage.outputs.commit_sha }}
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
reaction: "+1"

- name: Set status success
uses: LouisBrunner/[email protected].0
uses: LouisBrunner/[email protected].2
if: steps.test.outcome == 'success'
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -206,7 +206,7 @@ jobs:
reaction: "-1"

- name: Set status failure
uses: LouisBrunner/[email protected].0
uses: LouisBrunner/[email protected].2
if: steps.test.outcome != 'success'
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b63f787

Please sign in to comment.