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 authored Jun 27, 2024
1 parent 2c1b8bf commit 23e3a82
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/auto-cl-update-atd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,12 @@ jobs:
- name: Pull latest changes for update-changelog branch
run: |
git fetch origin
git checkout -B update-changelog origin/update-changelog || git checkout -b update-changelog
git pull origin update-changelog --rebase
if git show-ref --verify --quiet refs/remotes/origin/update-changelog; then
git checkout update-changelog
git pull origin update-changelog --rebase
else
git checkout -b update-changelog
fi
- name: Setup Python
uses: actions/setup-python@v3
Expand Down Expand Up @@ -78,5 +82,5 @@ jobs:
branch: update-changelog
commit-message: "Auto cl update"
title: "Auto CL update"
body: "This PR updates the changelog."
labels: "auto-update, changelog"
body: "No cl, no fun!"
labels: "auto-update changelog"

0 comments on commit 23e3a82

Please sign in to comment.