element-desktop/.github/workflows/release-drafter.yml

14 lines
378 B
YAML
Raw Normal View History

2023-11-14 10:54:42 +00:00
name: Release Drafter
on:
push:
branches: [staging]
workflow_dispatch: {}
repository_dispatch:
types: [upstream-release-notify]
2023-11-14 10:54:42 +00:00
concurrency: ${{ github.workflow }}
jobs:
draft:
uses: matrix-org/matrix-js-sdk/.github/workflows/release-drafter-workflow.yml@develop
with:
include-changes: element-hq/element-web~$VERSION