mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-25 09:58:11 +08:00
03a1d89785
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
13 lines
302 B
YAML
13 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
|