We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 301303b commit a23de47Copy full SHA for a23de47
1 file changed
.github/workflows/release-drafter.yml
@@ -0,0 +1,19 @@
1
+
2
+name: Release Drafter
3
4
+on:
5
+ push:
6
+ # branches to consider in the event; optional, defaults to all
7
+ branches:
8
+ - master
9
+ # pull_request event is required only for autolabeler
10
+ pull_request:
11
+ # Only following types are handled by the action, but one can default to all as well
12
+ types: [opened, reopened, synchronize]
13
14
+jobs:
15
+ update_release_draft:
16
+ runs-on: ubuntu-latest
17
+ steps:
18
+ - name: Release Drafter
19
+ uses: release-drafter/release-drafter@v5.15.0
0 commit comments