Skip to content

Commit 963791f

Browse files
authored
Merge pull request #361 from actions/dependabot-friendly
Make the rebuild dist workflow work nicer with Dependabot
2 parents 89f3d10 + 51bb29d commit 963791f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rebuild-dependabot-prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
git add dist/
4646
git config --local user.name "github-actions[bot]"
4747
git config --local user.email "github-actions[bot]@users.noreply.github.com"
48-
git commit -m "Update distributables after Dependabot 🤖"
48+
git commit -m "[dependabot skip] Update distributables after Dependabot 🤖"
4949
echo "Pushing branch ${{ github.ref_name }}"
5050
git push origin ${{ github.ref_name }}
5151
fi

0 commit comments

Comments
 (0)