Skip to content

Commit

Permalink
update release-drafter workflow (#15)
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Bortnikov <[email protected]>
  • Loading branch information
BROngineer authored Mar 16, 2024
1 parent efbcdbd commit 9e812e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ autolabeler:
- label: 'dependencies'
branch:
- '/deps\/.+/'
- label: 'chore'
branch:
- '/chore\/.+/'
template: |
## Changes
$CHANGES
2 changes: 2 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Release Drafter

on:
workflow_dispatch:
push:
branches:
- main
Expand All @@ -18,5 +19,6 @@ jobs:
with:
disable-releaser: github.ref != 'refs/heads/main'
config-name: release-drafter.yml
commitish: main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9e812e9

Please sign in to comment.