Skip to content

Commit

Permalink
[ARC-271] Update GitHub action that reports fake test results on PR
Browse files Browse the repository at this point in the history
    - Update the LouisBrunner/checks-action action to v2.0.0 to use Node 20 and get rid of deprecation warning
    - Make the action work with plugin forks
  • Loading branch information
bigorn0 committed Feb 5, 2024
1 parent 922f52e commit 63216ec
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/fake-pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@ name: PR tests
on:
pull_request:
types: [auto_merge_enabled]
workflow_dispatch:

jobs:
skip:
name: Report fake success for PR tests
runs-on: ubuntu-latest
permissions:
checks: write
steps:
- uses: LouisBrunner/checks-action@v1.6.1
- uses: LouisBrunner/checks-action@v2.0.0
with:
name: Run PR tests (Plugins) (Plugins)
name: Run PR tests (Plugins)
conclusion: success
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 63216ec

Please sign in to comment.