From fff719f757a2c96cf161b84bd3d23d3635dc32bc Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Thu, 1 Aug 2024 19:13:09 +0300 Subject: [PATCH] chore: commit update-flake as @dependabot MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4b665be19afd1..e5ee64f4ce3e1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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