From 459744c9ea96b5ea4e63e0ca0c07182108867ed7 Mon Sep 17 00:00:00 2001 From: "M. J. Fromberger" Date: Wed, 3 May 2023 18:36:19 -0700 Subject: [PATCH] .github: mark bots for exemption by issuebot (#8041) #cleanup Change-Id: I13757ee20240166af72606d166e840ae3ee797d7 Signed-off-by: M. J. Fromberger --- .github/workflows/go-licenses.yml | 4 ++-- .github/workflows/update-flake.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go-licenses.yml b/.github/workflows/go-licenses.yml index c1bd05ec1..2912aa616 100644 --- a/.github/workflows/go-licenses.yml +++ b/.github/workflows/go-licenses.yml @@ -53,8 +53,8 @@ jobs: uses: peter-evans/create-pull-request@5b4a9f6a9e2af26e5f02351490b90d01eb8ec1e5 #v5.0.0 with: token: ${{ steps.generate-token.outputs.token }} - author: License Updater - committer: License Updater + author: License Updater + committer: License Updater branch: licenses/cli commit-message: "licenses: update tailscale{,d} licenses" title: "licenses: update tailscale{,d} licenses" diff --git a/.github/workflows/update-flake.yml b/.github/workflows/update-flake.yml index 6d6dee2b7..0c63cf4f5 100644 --- a/.github/workflows/update-flake.yml +++ b/.github/workflows/update-flake.yml @@ -38,8 +38,8 @@ jobs: uses: peter-evans/create-pull-request@5b4a9f6a9e2af26e5f02351490b90d01eb8ec1e5 #v5.0.0 with: token: ${{ steps.generate-token.outputs.token }} - author: Flakes Updater - committer: Flakes Updater + author: Flakes Updater + committer: Flakes Updater branch: flakes commit-message: "go.mod.sri: update SRI hash for go.mod changes" title: "go.mod.sri: update SRI hash for go.mod changes"