2023-11-10 18:30:16 +01:00
|
|
|
name: Release Drafter
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches: [staging]
|
2024-02-01 19:36:26 +01:00
|
|
|
workflow_dispatch: {}
|
2023-11-10 18:30:16 +01:00
|
|
|
concurrency: ${{ github.workflow }}
|
|
|
|
jobs:
|
|
|
|
draft:
|
2024-02-01 19:36:26 +01:00
|
|
|
uses: matrix-org/matrix-js-sdk/.github/workflows/release-drafter-workflow.yml@develop
|