Skip to content

Commit a52e96d

Browse files
author
markzegarelli
authored
Merge branch 'master' into repo-sync
2 parents a6392e8 + 84bc178 commit a52e96d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/repo-sync.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,8 @@ jobs:
2121
name: Create pull request
2222
with:
2323
source_branch: ${{ secrets.INTERMEDIATE_BRANCH }}
24-
destination_branch: main
24+
destination_branch: master
25+
pr_title: 'repo sync'
26+
pr_body: "This is an automated pull request to sync changes between the public and private repos.\n\n:robot: This pull request should be merged (not squashed) to preserve continuity across repos, so please let a bot do the merging!"
27+
pr_label: autoupdate,automated-reposync-pr
2528
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)