mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 02:35:48 +03:00
Reuse release-drafter-workflow from js-sdk
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
145f551cd3
commit
9511d46a83
1 changed files with 4 additions and 14 deletions
18
.github/workflows/release-drafter.yml
vendored
18
.github/workflows/release-drafter.yml
vendored
|
@ -2,20 +2,10 @@ name: Release Drafter
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [staging]
|
branches: [staging]
|
||||||
workflow_dispatch:
|
workflow_dispatch: {}
|
||||||
inputs:
|
|
||||||
previous-version:
|
|
||||||
description: What release to use as a base for release note purposes
|
|
||||||
required: false
|
|
||||||
type: string
|
|
||||||
concurrency: ${{ github.workflow }}
|
concurrency: ${{ github.workflow }}
|
||||||
jobs:
|
jobs:
|
||||||
draft:
|
draft:
|
||||||
runs-on: ubuntu-latest
|
uses: matrix-org/matrix-js-sdk/.github/workflows/release-drafter-action.yml@develop
|
||||||
steps:
|
with:
|
||||||
- uses: release-drafter/release-drafter@e64b19c4c46173209ed9f2e5a2f4ca7de89a0e86 # v5
|
include-changes: matrix-react-sdk
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
with:
|
|
||||||
disable-autolabeler: true
|
|
||||||
previous-version: ${{ inputs.previous-version }}
|
|
||||||
|
|
Loading…
Reference in a new issue