We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d74345 commit 0d4a94bCopy full SHA for 0d4a94b
1 file changed
.github/workflows/notion-sync.yml
@@ -46,10 +46,11 @@ jobs:
46
47
# Step 6: Create Pull Request
48
- name: Create Pull Request
49
- uses: peter-evans/create-pull-request@v5
+ uses: repo-sync/pull-request@v2
50
with:
51
- token: ${{ secrets.GITHUB_TOKEN }}
52
- branch: notion-to-github
53
- base: main
54
- title: "Sync from Notion"
55
- body: "Automated sync from Notion workspace"
+ github_token: ${{ secrets.GITHUB_TOKEN }}
+ source_branch: notion-to-github
+ destination_branch: main
+ pr_title: "Sync from Notion - $(date +%Y-%m-%d)"
+ pr_body: "Automated sync from Notion workspace"
56
+ pr_allow_empty: false
0 commit comments