2023-11-14 10:54:42 +00:00
|
|
|
name: Release Drafter
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches: [staging]
|
2024-02-01 18:13:58 +00:00
|
|
|
workflow_dispatch: {}
|
2023-11-14 10:54:42 +00:00
|
|
|
concurrency: ${{ github.workflow }}
|
|
|
|
jobs:
|
|
|
|
draft:
|
2024-02-01 18:13:58 +00:00
|
|
|
uses: matrix-org/matrix-js-sdk/.github/workflows/release-drafter-workflow.yml@develop
|
|
|
|
with:
|
|
|
|
include-changes: element-hq/element-web@$VERSION
|
2024-02-02 15:41:16 +00:00
|
|
|
secrets:
|
|
|
|
ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}
|