New release automations (#26495)

This commit is contained in:
Michael Telatynski
2023-11-13 10:49:01 +00:00
committed by GitHub
parent fc28d15c07
commit 781a067772
4 changed files with 67 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
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