Skip to content

Commit 7b7b9c9

Browse files
committed
chore: add or force update .github/workflows/release-check.yml
1 parent 5c10fce commit 7b7b9c9

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

.github/workflows/release-check.yml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
1-
# File managed by web3-bot. DO NOT EDIT.
2-
# See https://github.com/protocol/.github/ for details.
3-
41
name: Release Checker
2+
53
on:
64
pull_request_target:
75
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
816

917
jobs:
1018
release-check:
11-
uses: protocol/.github/.github/workflows/release-check.yml@master
12-
with:
13-
go-version: 1.20.x
19+
uses: pl-strflt/uci/.github/workflows/[email protected]

0 commit comments

Comments
 (0)