Skip to content

Commit

Permalink
Improve GH PR 3
Browse files Browse the repository at this point in the history
  • Loading branch information
semeniak97mf committed Aug 20, 2024
1 parent 3c3c745 commit 021ec8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ jobs:
GH_TOKEN: ${{ secrets.ACCESS_TOKEN }}
run: |
LAST_COMMIT_DATE=$(git log -1 --format='%cd' --date=format:'%Y-%m-%d %H:%M:%S' upstream)
gh pr create --title "Test PR. Last commit - $LAST_COMMIT_DATE" --body "This PR auto created" --head upstream --base test-auto-pr --reviewer ales-tsurko --repo Atleta-network/polkadot-js-apps
gh pr create --title "Test PR. Last commit - $LAST_COMMIT_DATE" --body "This PR auto created" --head upstream --base test-auto-pr --reviewer ${{ secrets.REVIEWER_1 }} --repo ${{ github.repository }}

0 comments on commit 021ec8a

Please sign in to comment.