mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 05:47:17 +08:00
15 lines
404 B
YAML
15 lines
404 B
YAML
|
name: Release Drafter
|
||
|
on:
|
||
|
push:
|
||
|
branches: [staging]
|
||
|
concurrency: ${{ github.workflow }}
|
||
|
jobs:
|
||
|
draft:
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- uses: release-drafter/release-drafter@dabcf3767562210392d862070ed2ef6434b9bc6f # v5
|
||
|
env:
|
||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||
|
with:
|
||
|
disable-autolabeler: true
|