Skip to content

Bump tibdex/github-app-token from 1.8.0 to 1.8.2 (#10427) #30

Bump tibdex/github-app-token from 1.8.0 to 1.8.2 (#10427)

Bump tibdex/github-app-token from 1.8.0 to 1.8.2 (#10427) #30

name: Release Drafter
on:
push:
# branches to consider in the event; optional, defaults to all
branches:
- master
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:
# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/release-drafter@v5
with:
config-name: release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}