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 }}
|
2024-11-22 10:18:33 +00:00
|
|
|
permissions: {}
|
2023-11-14 10:54:42 +00:00
|
|
|
jobs:
|
|
|
|
draft:
|
2024-02-01 18:13:58 +00:00
|
|
|
uses: matrix-org/matrix-js-sdk/.github/workflows/release-drafter-workflow.yml@develop
|
2024-11-22 10:18:33 +00:00
|
|
|
permissions:
|
|
|
|
contents: write
|
2024-02-01 18:13:58 +00:00
|
|
|
with:
|
2024-03-05 09:57:44 +00:00
|
|
|
include-changes: element-hq/element-web~$VERSION
|