mirror of https://github.com/vector-im/riot-web
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
|