Skip to content

[.github/workflows]: Bump peter-evans/create-pull-request from 6 to 7 in the github-actions group #170

[.github/workflows]: Bump peter-evans/create-pull-request from 6 to 7 in the github-actions group

[.github/workflows]: Bump peter-evans/create-pull-request from 6 to 7 in the github-actions group #170

name: Update Release Draft
on:
pull_request_target:
types: [closed]
jobs:
build:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Checkout master branch
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.base.ref }}
- name: Update changelog
uses: release-drafter/release-drafter@v6
id: release-drafter
with:
commitish: ${{ github.event.pull_request.base.ref }}
env:
GITHUB_TOKEN: ${{ secrets.BP_PAT_TOKEN }}