Skip to content

Commit

Permalink
Merge pull request #1198 from alphagov/fix-automated-prs
Browse files Browse the repository at this point in the history
Exclude vendor files from automated PR
  • Loading branch information
MuriloDalRi authored Apr 3, 2024
2 parents 54b094a + f33df00 commit 016364b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/autorelease-rubygem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
git checkout -b $BRANCH
git add .
git reset -- vendor/bundle
git commit -m "$PR_TITLE"
git push origin $BRANCH
Expand Down

0 comments on commit 016364b

Please sign in to comment.