From 590baca643c9d76ee7507936b6924672048e41a0 Mon Sep 17 00:00:00 2001 From: Sakamoto Noriaki Date: Mon, 23 Oct 2023 19:39:50 +0900 Subject: [PATCH] Mention the actor when automatic-rebase fails --- .github/workflows/automatic-rebase.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automatic-rebase.yaml b/.github/workflows/automatic-rebase.yaml index 95666ce5..8c72b13f 100644 --- a/.github/workflows/automatic-rebase.yaml +++ b/.github/workflows/automatic-rebase.yaml @@ -39,7 +39,7 @@ jobs: owner: context.repo.owner, repo: context.repo.repo, body: ` - **Rebase failed!** + @${context.actor} **Rebase failed!** See the [execution logs](https://github.com/${context.repo.owner}/${context.repo.repo}/actions/runs/${context.runId}). ` }) \ No newline at end of file