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.
2 parents d3c6c3b + 358862e commit 0544343Copy full SHA for 0544343
.github/workflows/sync-main-tags.yml
@@ -21,6 +21,7 @@ jobs:
21
fetch-depth: 0
22
- name: Push Tags
23
run: |
24
+ git remote add upstream https://github.com/github/codeql.git
25
git fetch upstream --tags --force
26
git push --force origin --tags
27
env:
.github/workflows/sync-main.yml
@@ -78,7 +78,7 @@ jobs:
78
--label 'autogenerated' \
79
--title 'Sync Main (autogenerated)' \
80
--body "This PR syncs the latest changes from \`codeql-cli/latest\` into \`main\`." \
81
- --reviewer 'MathiasVP'
+ --reviewer 'MathiasVP' \
82
--reviewer 'ropwareJB'
83
else
84
echo "No changes to sync from auto/sync-main-pr to main. Exiting gracefully."
0 commit comments