Skip to content

Commit b639606

Browse files
committed
chore: Add release-drafter github action.
1 parent 7104dde commit b639606

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: ci
2+
3+
on:
4+
pull_request:
5+
branches: [master]
6+
7+
jobs:
8+
common:
9+
uses: TokTok/ci-tools/.github/workflows/common-ci.yml@master

.github/workflows/release.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: release
2+
3+
on:
4+
push:
5+
branches: [master]
6+
pull_request_target:
7+
branches: [master]
8+
types: [opened, reopened, synchronize]
9+
10+
jobs:
11+
release:
12+
uses: TokTok/ci-tools/.github/workflows/release-drafter.yml@master

0 commit comments

Comments
 (0)