Skip to content

Commit 69ac409

Browse files
committed
[ARC-271] Update GitHub action that reports fake test results on PR
- 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
1 parent b9aa787 commit 69ac409

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/fake-pr-tests.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,17 @@ name: PR tests
22
on:
33
pull_request:
44
types: [auto_merge_enabled]
5+
workflow_dispatch:
56

67
jobs:
78
skip:
89
name: Report fake success for PR tests
910
runs-on: ubuntu-latest
11+
permissions:
12+
checks: write
1013
steps:
11-
- uses: LouisBrunner/checks-action@v1.6.1
14+
- uses: LouisBrunner/checks-action@v2.0.0
1215
with:
13-
name: Run PR tests (Plugins) (Plugins)
16+
name: Run PR tests (Plugins)
1417
conclusion: success
1518
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)