We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89f3d10 + 51bb29d commit 963791fCopy full SHA for 963791f
.github/workflows/rebuild-dependabot-prs.yml
@@ -45,7 +45,7 @@ jobs:
45
git add dist/
46
git config --local user.name "github-actions[bot]"
47
git config --local user.email "github-actions[bot]@users.noreply.github.com"
48
- git commit -m "Update distributables after Dependabot 🤖"
+ git commit -m "[dependabot skip] Update distributables after Dependabot 🤖"
49
echo "Pushing branch ${{ github.ref_name }}"
50
git push origin ${{ github.ref_name }}
51
fi
0 commit comments