30a8afab6f
Some bits will need to be moved back out after the merge Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
15 lines
409 B
YAML
15 lines
409 B
YAML
name: Release Drafter
|
|
on:
|
|
push:
|
|
branches: [staging]
|
|
workflow_dispatch: {}
|
|
concurrency: ${{ github.workflow }}
|
|
permissions: {}
|
|
jobs:
|
|
draft:
|
|
uses: matrix-org/matrix-js-sdk/.github/workflows/release-drafter-workflow.yml@develop # zizmor: ignore[unpinned-uses]
|
|
permissions:
|
|
contents: write
|
|
with:
|
|
include-changes: element-hq/element-web~$VERSION
|