We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b3eae commit b8b4e44Copy full SHA for b8b4e44
.github/workflows/sync-main.yml
@@ -4,7 +4,6 @@ on:
4
push:
5
branches:
6
- main
7
- - dilan/sync-main-bugs-6
8
paths:
9
- .github/workflows/sync-main.yml
10
schedule:
@@ -77,7 +76,8 @@ jobs:
77
76
gh pr create --repo microsoft/codeql --fill -B main -H auto/sync-main-pr \
78
--label 'autogenerated' \
79
--title 'Sync Main (autogenerated)' \
80
- --body "This PR syncs the latest changes from \`codeql-cli/latest\` into \`main\`."
+ --body "This PR syncs the latest changes from \`codeql-cli/latest\` into \`main\`." \
+ --reviewer 'dilanbhalla, MathiasVP, ropwareJB'
81
fi
82
env:
83
GH_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
0 commit comments