From 484ff486ce799973ff42bc82634e5d5a420b8a15 Mon Sep 17 00:00:00 2001 From: 170210 Date: Tue, 7 Nov 2023 17:46:31 +0900 Subject: [PATCH] fix: fix bot login name Signed-off-by: 170210 --- .github/workflows/deploy_to_git.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_to_git.yml b/.github/workflows/deploy_to_git.yml index 7c4b9216..99fc66d6 100644 --- a/.github/workflows/deploy_to_git.yml +++ b/.github/workflows/deploy_to_git.yml @@ -112,7 +112,7 @@ jobs: - name: Check PR if: steps.cd.outputs.need_update=='true' run: | - gh pr list --state open --json author,number | jq -r '.[] | select(.author.login == "app/finschia-auto-pr[bot]") | .number' | while read -r pr_number; do + gh pr list --state open --json author,number | jq -r '.[] | select(.author.login == "app/finschia-auto-pr") | .number' | while read -r pr_number; do gh pr close -d -c "This pr is out of date." $pr_number done env: