Skip to content

Make sure we refresh the PRs with the PR API (and not the issues API)… #421

Make sure we refresh the PRs with the PR API (and not the issues API)…

Make sure we refresh the PRs with the PR API (and not the issues API)… #421

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