Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/scheduled-task_update-sponsors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,11 @@ jobs:
# Commit changes
git add README.md
git commit -m "chore: update sponsors"
git push origin HEAD

# Create PR and enable auto-merge
# Push the branch BEFORE creating the PR
git push -u origin HEAD

# Now create PR and enable auto-merge
PR_URL=$(gh pr create \
--title "chore: update sponsors" \
--body "Automated PR to update sponsors section in README" \
Expand Down