chore: add or force update .github/workflows/release-check.yml
This commit is contained in:
18
.github/workflows/release-check.yml
vendored
18
.github/workflows/release-check.yml
vendored
@@ -1,13 +1,19 @@
|
|||||||
# File managed by web3-bot. DO NOT EDIT.
|
|
||||||
# See https://github.com/protocol/.github/ for details.
|
|
||||||
|
|
||||||
name: Release Checker
|
name: Release Checker
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
paths: [ 'version.json' ]
|
paths: [ 'version.json' ]
|
||||||
|
types: [ opened, synchronize, reopened, labeled, unlabeled ]
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
pull-requests: write
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release-check:
|
release-check:
|
||||||
uses: protocol/.github/.github/workflows/release-check.yml@master
|
uses: pl-strflt/uci/.github/workflows/release-check.yml@v0.0
|
||||||
with:
|
|
||||||
go-version: 1.20.x
|
|
||||||
|
|||||||
Reference in New Issue
Block a user