mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
chore: commit update-flake as @dependabot (#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
This commit is contained in:
@@ -141,6 +141,9 @@ jobs:
|
||||
with:
|
||||
# Allows dependabot to still rebase!
|
||||
commit_message: "[dependabot skip] Update Nix Flake SRI Hash"
|
||||
commit_user_name: "dependabot[bot]"
|
||||
commit_user_email: "49699333+dependabot[bot]@users.noreply.github.com>"
|
||||
commit_author: "dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>"
|
||||
|
||||
# require everyone else to update it themselves
|
||||
- name: Ensure No Changes
|
||||
|
||||
Reference in New Issue
Block a user