Skip to content

Commit

Permalink
ci: fix? sync workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bates64 committed Jun 5, 2024
1 parent ea4a872 commit 0cec8ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@

# suppress asm/nonmatchings/ in GitHub diffs
asm/nonmatchings/**/*.s linguist-generated

*.c diff=cpp
*.h diff=cpp

src/world/dead/**/* merge=ours
4 changes: 0 additions & 4 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ jobs:
run: |
git checkout ${BASE_BRANCH}
git merge --no-ff --log FETCH_HEAD -m "Merge upstream changes"
- name: Push changes
run: git push origin ${BASE_BRANCH}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create Pull Request
run: |
gh pr create --title "Sync with $UPSTREAM" --body "Automated PR to keep this repository in sync with upstream. Beep boop." --base ${BASE_BRANCH}
Expand Down

0 comments on commit 0cec8ae

Please sign in to comment.