Skip to content

Commit b8b4e44

Browse files
authored
Update sync-main.yml
1 parent 86b3eae commit b8b4e44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sync-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
- dilan/sync-main-bugs-6
87
paths:
98
- .github/workflows/sync-main.yml
109
schedule:
@@ -77,7 +76,8 @@ jobs:
7776
gh pr create --repo microsoft/codeql --fill -B main -H auto/sync-main-pr \
7877
--label 'autogenerated' \
7978
--title 'Sync Main (autogenerated)' \
80-
--body "This PR syncs the latest changes from \`codeql-cli/latest\` into \`main\`."
79+
--body "This PR syncs the latest changes from \`codeql-cli/latest\` into \`main\`." \
80+
--reviewer 'dilanbhalla, MathiasVP, ropwareJB'
8181
fi
8282
env:
8383
GH_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}

0 commit comments

Comments
 (0)