Skip to content

Commit f97b659

Browse files
authored
feat: call reuseble workflows release-drafter from .github repo (#49)
* feat: call reuseble workflows release-drafter from .github repo * fix: update release-drafter.yml to correct repo name * fix: remove push event from commit-check.yml
1 parent 9386a21 commit f97b659

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/commit-check.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Commit Check
22

33
on:
4-
push:
54
pull_request:
65
branches: 'main'
76
workflow_dispatch:

.github/workflows/release-drafter.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,5 @@ on:
77
workflow_dispatch:
88

99
jobs:
10-
update_release_draft:
11-
runs-on: ubuntu-latest
12-
steps:
13-
# Drafts your next Release notes as Pull Requests are merged into the default branch
14-
- uses: release-drafter/release-drafter@v6
15-
env:
16-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
10+
draft-release:
11+
uses: commit-check/.github/.github/workflows/release-drafter.yml@main

0 commit comments

Comments
 (0)