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 36689a2 commit 5ae20c3
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/pullrequest-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,18 @@ jobs:
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
git config --global user.name "${{ github.actor }} (automated)"
git fetch --all
git checkout main
echo $(date) > test.txt
git add test.txt
git checkout -b ci/test_pr
echo "# $(date)" >> .github/workflows/pullrequest-close.yml
git add .github/workflows/pullrequest-close.yml
git commit -m "Adding stuff"
git push
# git status
# git push --set-upstream origin ci/test_pr
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 Expand Up @@ -141,3 +141,4 @@ jobs:
# }
# }
# BODY

0 comments on commit 5ae20c3

Please sign in to comment.