mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 15:34:59 +01:00
15 lines
377 B
YAML
15 lines
377 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
|
|
permissions:
|
|
contents: write
|
|
with:
|
|
include-changes: element-hq/element-web~$VERSION
|