mirror of
https://github.com/element-hq/element-web
synced 2024-11-29 04:48:50 +03:00
9511d46a83
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
11 lines
295 B
YAML
11 lines
295 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-action.yml@develop
|
|
with:
|
|
include-changes: matrix-react-sdk
|