From 51bb29d9d7bfe15d731c4957ce1887b5ae8c6727 Mon Sep 17 00:00:00 2001 From: Yoann Chaudet Date: Wed, 17 Jul 2024 18:14:34 -0700 Subject: [PATCH] Make the rebuild dist workflow safer for 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 41ab9ec..7545b2d 100644 --- a/.github/workflows/rebuild-dependabot-prs.yml +++ b/.github/workflows/rebuild-dependabot-prs.yml @@ -45,7 +45,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