2023-11-13 11:49:01 +01:00
|
|
|
name: Release Drafter
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches: [staging]
|
2024-02-01 11:36:59 +01:00
|
|
|
workflow_dispatch: {}
|
2023-11-13 11:49:01 +01:00
|
|
|
concurrency: ${{ github.workflow }}
|
|
|
|
jobs:
|
|
|
|
draft:
|
2024-02-01 11:42:14 +01:00
|
|
|
uses: matrix-org/matrix-js-sdk/.github/workflows/release-drafter-workflow.yml@develop
|
2024-02-01 11:36:59 +01:00
|
|
|
with:
|
|
|
|
include-changes: matrix-react-sdk
|