Skip to content

Commit da91567

Browse files
authored
update release workflows to use ipdxco (#172)
1 parent 1f1e9f7 commit da91567

File tree

3 files changed

+32
-14
lines changed

3 files changed

+32
-14
lines changed
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.24.x
19+
uses: ipdxco/unified-github-workflows/.github/workflows/[email protected]

.github/workflows/releaser.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
1-
# File managed by web3-bot. DO NOT EDIT.
2-
# See https://github.com/protocol/.github/ for details.
3-
41
name: Releaser
2+
53
on:
64
push:
75
paths: [ 'version.json' ]
6+
workflow_dispatch:
7+
8+
permissions:
9+
contents: write
10+
11+
concurrency:
12+
group: ${{ github.workflow }}-${{ github.sha }}
13+
cancel-in-progress: true
814

915
jobs:
1016
releaser:
11-
uses: protocol/.github/.github/workflows/releaser.yml@master
17+
uses: ipdxco/unified-github-workflows/.github/workflows/releaser.yml@v1.0

.github/workflows/tagpush.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
1-
# File managed by web3-bot. DO NOT EDIT.
2-
# See https://github.com/protocol/.github/ for details.
3-
41
name: Tag Push Checker
2+
53
on:
64
push:
75
tags:
86
- v*
97

8+
permissions:
9+
contents: read
10+
issues: write
11+
12+
concurrency:
13+
group: ${{ github.workflow }}-${{ github.ref }}
14+
cancel-in-progress: true
15+
1016
jobs:
1117
releaser:
12-
uses: protocol/.github/.github/workflows/tagpush.yml@master
18+
uses: ipdxco/unified-github-workflows/.github/workflows/tagpush.yml@v1.0

0 commit comments

Comments
 (0)