Skip to content

Commit

Permalink
Merge pull request #158 from actions/dependabot-friendly
Browse files Browse the repository at this point in the history
Be more friendly to Dependabot
  • Loading branch information
yoannchaudet authored Jul 18, 2024
2 parents fda53c8 + 0c41017 commit 5775831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rebuild-dependabot-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
git add dist/
git config --local user.name "github-actions[bot]"
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git commit -m "Update distributables after Dependabot 🤖"
git commit -m "[dependabot skip] Update distributables after Dependabot 🤖"
echo "Pushing branch ${{ github.ref_name }}"
git push origin ${{ github.ref_name }}
fi

0 comments on commit 5775831

Please sign in to comment.