|
@@ -76,7 +76,7 @@ jobs:
|
|
--body "This PR was created automatically.
|
|
--body "This PR was created automatically.
|
|
|
|
|
|
[GitHub Actions Run](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})/jobs/${{ github.job }}" \
|
|
[GitHub Actions Run](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})/jobs/${{ github.job }}" \
|
|
- --base main \
|
|
|
|
|
|
+ --base master \
|
|
--head $(git rev-parse --abbrev-ref HEAD)
|
|
--head $(git rev-parse --abbrev-ref HEAD)
|
|
gh pr edit --add-reviewer ${{ github.actor }}
|
|
gh pr edit --add-reviewer ${{ github.actor }}
|
|
env:
|
|
env:
|