Skip to content

Commit 0cbc6b0

Browse files
committed
chore: add or force update .github/workflows/release-check.yml
1 parent 77a6c76 commit 0cbc6b0

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Release Checker
2+
3+
on:
4+
pull_request_target:
5+
paths: ["version.json"]
6+
types: [ opened, synchronize, reopened, labeled, unlabeled ]
7+
workflow_dispatch:
8+
9+
permissions:
10+
contents: write
11+
pull-requests: write
12+
13+
concurrency:
14+
group: ${{ github.workflow }}-${{ github.ref }}
15+
cancel-in-progress: true
16+
17+
jobs:
18+
release-check:
19+
uses: ipdxco/unified-github-workflows/.github/workflows/release-check.yml@v1
20+
with:
21+
sources: '["version.json"]'

0 commit comments

Comments
 (0)