mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-19 05:01:56 +03:00
03a1d89785
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
12 lines
302 B
YAML
12 lines
302 B
YAML
name: Release Drafter
|
|
on:
|
|
push:
|
|
branches: [staging]
|
|
workflow_dispatch: {}
|
|
concurrency: ${{ github.workflow }}
|
|
permissions: {}
|
|
jobs:
|
|
draft:
|
|
permissions:
|
|
contents: write
|
|
uses: matrix-org/matrix-js-sdk/.github/workflows/release-drafter-workflow.yml@develop
|