Skip to content

Commit

Permalink
Additional configuration for create-pull-request
Browse files Browse the repository at this point in the history
  • Loading branch information
mheap committed Aug 9, 2023
1 parent f16ce73 commit c163df7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/generate-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.PAT }}
- name: Run changelog script
working-directory: tools/changelog-generator
run: |
Expand All @@ -27,5 +29,11 @@ jobs:
uses: peter-evans/create-pull-request@v5
with:
title: Automated Changelog update
body: |
This is an scheduled pull request to update the changelog.
labels: skip-changelog
branch: automated-changelog-update
token: ${{ secrets.PAT }}
author: kong-docs[bot] <kong-docs[bot]@users.noreply.github.com>
delete-branch: true
commit-message: "Automated changelog update"

0 comments on commit c163df7

Please sign in to comment.