Skip to content

Commit

Permalink
feat
Browse files Browse the repository at this point in the history
  • Loading branch information
robertaandersen committed Feb 5, 2025
1 parent c2f8682 commit 8c4c542
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/pullrequest-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,18 @@ jobs:
run: |
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
git config --global user.name "${{ github.actor }} (automated)"
git checkout -b ci/test_pr
echo "hallo" > test.txt
git checkout -b main
echo $(date) > test.txt
git add test.txt
git commit -m "Adding stuff"
git status
git push --set-upstream origin ci/test_pr
git push
# git status
# git push --set-upstream origin ci/test_pr
PR=$(gh pr create -B ci/cherry-pick-unicorn -H ci/test_pr --title "Automated cherry-pick of test" --body "Automated cherry-pick test")
echo "$PR created"
# PR=$(gh pr create -B ci/cherry-pick-unicorn -H ci/test_pr --title "Automated cherry-pick of test" --body "Automated cherry-pick test")
# echo "$PR created"
gh pr merge -s $PR
# gh pr merge -s $PR
# - uses: actions/setup-node@v4
# with:
Expand Down

0 comments on commit 8c4c542

Please sign in to comment.