release-check.yml 419 Bytes
Newer Older
web3-bot's avatar
web3-bot committed
1
name: Release Checker
2

web3-bot's avatar
web3-bot committed
3
on:
web3-bot's avatar
web3-bot committed
4
  pull_request_target:
web3-bot's avatar
web3-bot committed
5
    paths: [ 'version.json' ]
6 7 8 9 10 11 12 13 14 15
    types: [ opened, synchronize, reopened, labeled, unlabeled ]
  workflow_dispatch:

permissions:
  contents: write
  pull-requests: write

concurrency:
  group: ${{ github.workflow }}-${{ github.ref }}
  cancel-in-progress: true
web3-bot's avatar
web3-bot committed
16 17 18

jobs:
  release-check:
19
    uses: ipdxco/unified-github-workflows/.github/workflows/release-check.yml@v1.0