mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-31 21:17:47 +00:00
Allow dependabot to rebase over dedupe commit
This commit is contained in:
parent
6ba567c54e
commit
f7e2fb5271
2
.github/workflows/dedupe.yaml
vendored
2
.github/workflows/dedupe.yaml
vendored
@ -50,5 +50,5 @@ jobs:
|
||||
git config user.name "Home Assistant Committer"
|
||||
git config user.email "hello@home-assistant.io"
|
||||
git add yarn.lock
|
||||
git commit -m "Deduplicate dependencies" || exit 0
|
||||
git commit -m "Deduplicate dependencies [dependabot skip]" || exit 0
|
||||
git push origin "HEAD:${GITHUB_HEAD_REF}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user