Merge pull request #209 from microsoft/dilan/workflow-bugs

Fix Sync-Main Workflow Bugs
This commit is contained in:
dilanbhalla
2025-04-22 11:37:25 -07:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ jobs:
fetch-depth: 0
- name: Push Tags
run: |
git remote add upstream https://github.com/github/codeql.git
git fetch upstream --tags --force
git push --force origin --tags
env:

View File

@@ -78,7 +78,7 @@ jobs:
--label 'autogenerated' \
--title 'Sync Main (autogenerated)' \
--body "This PR syncs the latest changes from \`codeql-cli/latest\` into \`main\`." \
--reviewer 'MathiasVP'
--reviewer 'MathiasVP' \
--reviewer 'ropwareJB'
else
echo "No changes to sync from auto/sync-main-pr to main. Exiting gracefully."