Skip to content

Add Release Drafter config (#354) #1

Add Release Drafter config (#354)

Add Release Drafter config (#354) #1

name: Release Drafter
on:
push:
branches:
- main
permissions:
contents: read
jobs:
if: github.repository == 'kr8s-org/kr8s'

Check failure on line 12 in .github/workflows/release-drafter.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release-drafter.yml

Invalid workflow file

You have an error in your yaml syntax on line 12
update_release_draft:
permissions:
# Write permission is required to create a GitHub release
contents: write
pull-requests: read
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
with:
disable-autolabeler: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}