Skip to content

Remove old code from rauc-hook and GRUB env initialization (#3457) #1034

Remove old code from rauc-hook and GRUB env initialization (#3457)

Remove old code from rauc-hook and GRUB env initialization (#3457) #1034

name: Release Drafter
on:
push:
branches:
- dev
- rel-*
jobs:
update_release_draft:
permissions:
contents: write # for release-drafter/release-drafter to create a github release
pull-requests: read # for release-drafter/release-drafter to read PR content and labels
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}