diff --git a/.github/workflows/sync-main-tags.yml b/.github/workflows/sync-main-tags.yml index f27a112ed9b6..a22cf8ceba9b 100644 --- a/.github/workflows/sync-main-tags.yml +++ b/.github/workflows/sync-main-tags.yml @@ -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: diff --git a/.github/workflows/sync-main.yml b/.github/workflows/sync-main.yml index fa4d2cdeecd3..b978bb7db592 100644 --- a/.github/workflows/sync-main.yml +++ b/.github/workflows/sync-main.yml @@ -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."