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 6a12916 commit 1d31490Copy full SHA for 1d31490
.github/workflows/create-release-draft.yaml
@@ -2,11 +2,14 @@ name: Create release draft
2
on:
3
workflow_dispatch:
4
pull_request:
5
+ types:
6
+ - closed
7
branches:
8
- 'release-*'
9
10
jobs:
11
create-draft:
12
+ if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'release')
13
name: Create release draft
14
runs-on: ubuntu-latest
15
steps:
0 commit comments