Skip to content

Commit

Permalink
chore: add or force update .github/workflows/release-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
web3-bot committed Aug 13, 2023
1 parent 7cad408 commit 467ac5c
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .github/workflows/release-check.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
# File managed by web3-bot. DO NOT EDIT.
# See https://github.com/protocol/.github/ for details.

name: Release Checker

on:
pull_request:
pull_request_target:
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:
release-check:
uses: protocol/.github/.github/workflows/release-check.yml@master
uses: pl-strflt/uci/.github/workflows/release-check.yml@v0.0

0 comments on commit 467ac5c

Please sign in to comment.