Skip to content

Commit

Permalink
[ci] Add Release Drafter workflow (#6754)
Browse files Browse the repository at this point in the history
Co-authored-by: James Lamb <[email protected]>
  • Loading branch information
StrikerRUS and jameslamb authored Dec 18, 2024
1 parent 4feee28 commit ee0131c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
noResponse:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: lee-dohm/[email protected]
with:
Expand Down
23 changes: 23 additions & 0 deletions .github/workflows/release_drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
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/[email protected]
with:
config-name: release-drafter.yml
disable-autolabeler: true
env:
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit ee0131c

Please sign in to comment.