Unverified Commit ee0131c5 authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

[ci] Add Release Drafter workflow (#6754)


Co-authored-by: default avatarJames Lamb <jaylamb20@gmail.com>
parent 4feee28a
......@@ -13,7 +13,7 @@ on:
jobs:
noResponse:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: lee-dohm/no-response@v0.5.0
with:
......
name: Release Drafter
permissions:
contents: read
on:
push:
branches:
- master
jobs:
updateReleaseDraft:
permissions:
contents: write
pull-requests: read
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6.0.0
with:
config-name: release-drafter.yml
disable-autolabeler: true
env:
GITHUB_TOKEN: ${{ github.token }}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment