Skip to content

Commit

Permalink
Using 'theirs' merging strategy for contributors script
Browse files Browse the repository at this point in the history
  • Loading branch information
uchendui committed Dec 10, 2023
1 parent 04f6d97 commit 30f2f95
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/auto-add-contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ jobs:
git config --global user.name "github-actions[bot]"
# Fetch the latest state of the current branch from the remote
git fetch origin $GITHUB_REF_NAME
git merge origin/$GITHUB_REF_NAME
git pull -X theirs origin/$GITHUB_REF_NAME
npx all-contributors generate
Expand Down

0 comments on commit 30f2f95

Please sign in to comment.