Skip to content

Commit b112947

Browse files
authored
Merge branch 'main' into dilan/publish-opensource-packs
2 parents a3c5e48 + 0544343 commit b112947

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/sync-main-tags.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
fetch-depth: 0
2222
- name: Push Tags
2323
run: |
24+
git remote add upstream https://github.com/github/codeql.git
2425
git fetch upstream --tags --force
2526
git push --force origin --tags
2627
env:

.github/workflows/sync-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
--label 'autogenerated' \
7979
--title 'Sync Main (autogenerated)' \
8080
--body "This PR syncs the latest changes from \`codeql-cli/latest\` into \`main\`." \
81-
--reviewer 'MathiasVP'
81+
--reviewer 'MathiasVP' \
8282
--reviewer 'ropwareJB'
8383
else
8484
echo "No changes to sync from auto/sync-main-pr to main. Exiting gracefully."

0 commit comments

Comments
 (0)