mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 23:44:59 +01:00
2e11c2a8a4
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
14 lines
393 B
YAML
14 lines
393 B
YAML
name: Release Drafter
|
|
on:
|
|
push:
|
|
branches: [staging]
|
|
workflow_dispatch: {}
|
|
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
|
|
secrets:
|
|
ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}
|