From 01f6e1ea62df46257979cf8916fda7d6c6dd663d Mon Sep 17 00:00:00 2001 From: Yoann Chaudet Date: Wed, 17 Jul 2024 18:57:56 -0700 Subject: [PATCH] Be more friendly to Dependabot --- .github/workflows/rebuild-dependabot-prs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebuild-dependabot-prs.yml b/.github/workflows/rebuild-dependabot-prs.yml index 675d63f..d5103ed 100644 --- a/.github/workflows/rebuild-dependabot-prs.yml +++ b/.github/workflows/rebuild-dependabot-prs.yml @@ -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