mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-23 08:38:57 +08:00
1162820af9
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
12 lines
297 B
YAML
12 lines
297 B
YAML
name: Release Drafter
|
|
on:
|
|
push:
|
|
branches: [staging]
|
|
workflow_dispatch: {}
|
|
concurrency: ${{ github.workflow }}
|
|
jobs:
|
|
draft:
|
|
uses: matrix-org/matrix-js-sdk/.github/workflows/release-drafter-workflow.yml@develop
|
|
with:
|
|
include-changes: matrix-react-sdk
|