Skip to content

Commit

Permalink
Update auto-cl-update-atd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
themanyfaceddemon committed Jun 27, 2024
1 parent 23e3a82 commit cf673b5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/auto-cl-update-atd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
- name: Commit changes
id: commit-changes
run: |
git checkout update-changelog
git add .
git diff-index --quiet HEAD || git commit -m "Auto cl update"
continue-on-error: true
Expand Down Expand Up @@ -79,8 +80,9 @@ jobs:
uses: peter-evans/create-pull-request@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
base: master
branch: update-changelog
commit-message: "Auto cl update"
title: "Auto CL update"
body: "No cl, no fun!"
labels: "auto-update changelog"
body: "This PR updates the changelog."
labels: "auto-update, changelog"

0 comments on commit cf673b5

Please sign in to comment.