Skip to content

Commit b0eaf4c

Browse files
authored
chore: commit update-flake as @dependabot (coder#14091)
Thıs is needed to bypass the dependency check job for dependabot PRs. https://github.com/coder/coder/blob/1289937eaeac63f27f2856a4374a0fedc5cc0e58/.github/workflows/ci.yaml#L973 The username and email are fetched from a previous dependabot commit. https://github.com/coder/coder/commit/1289937eaeac63f27f2856a4374a0fedc5cc0e58.patch
1 parent a88e1cc commit b0eaf4c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,9 @@ jobs:
141141
with:
142142
# Allows dependabot to still rebase!
143143
commit_message: "[dependabot skip] Update Nix Flake SRI Hash"
144+
commit_user_name: "dependabot[bot]"
145+
commit_user_email: "49699333+dependabot[bot]@users.noreply.github.com>"
146+
commit_author: "dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>"
144147

145148
# require everyone else to update it themselves
146149
- name: Ensure No Changes

0 commit comments

Comments
 (0)