Skip to content

Commit 2731cb6

Browse files
authored
chore: add towncrier changelog workflow (#420)
Signed-off-by: ThibaultFy <[email protected]>
1 parent b75906e commit 2731cb6

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Towncrier changelog
2+
3+
on:
4+
workflow_dispatch:
5+
inputs:
6+
app_version:
7+
type: string
8+
description: 'The version of the app'
9+
required: true
10+
branch:
11+
type: string
12+
description: 'The branch to update'
13+
required: true
14+
15+
jobs:
16+
test-generate-publish:
17+
uses: substra/substra-gha-workflows/.github/workflows/towncrier-changelog.yml@main
18+
secrets: inherit
19+
with:
20+
app_version: ${{ inputs.app_version }}
21+
repo: substra
22+
branch: ${{ inputs.branch }}

0 commit comments

Comments
 (0)