Skip to content

Commit f8c22bd

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 7f78a13 commit f8c22bd

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: PR tests
2+
on:
3+
pull_request:
4+
types: [auto_merge_enabled]
5+
workflow_dispatch:
6+
7+
jobs:
8+
skip:
9+
name: Report fake success for PR tests
10+
runs-on: ubuntu-latest
11+
permissions:
12+
checks: write
13+
steps:
14+
- uses: LouisBrunner/checks-action@v2.0.0
15+
with:
16+
name: Run PR tests (Plugins)
17+
conclusion: success
18+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)