mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 18:55:58 +03:00
d658103530
This reverts commit 32d4d33e3e
.
11 lines
297 B
YAML
11 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
|