We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9386a21 commit f97b659Copy full SHA for f97b659
.github/workflows/commit-check.yml
@@ -1,7 +1,6 @@
1
name: Commit Check
2
3
on:
4
- push:
5
pull_request:
6
branches: 'main'
7
workflow_dispatch:
.github/workflows/release-drafter.yml
@@ -7,10 +7,5 @@ on:
8
9
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 }}
+ draft-release:
+ uses: commit-check/.github/.github/workflows/release-drafter.yml@main
0 commit comments