From f9ec19b87d5cf0b12927084130899696522a6edb Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Mon, 31 Aug 2026 23:46:25 -0400 Subject: [PATCH] ci: set bot identity for issue template updates The workflow that refreshes issue templates now specifies the bot author and committer information. This ensures automated pull requests are attributed to the repository bot rather than the default GitHub Actions identity. --- .github/workflows/update_issue_templates.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update_issue_templates.yml b/.github/workflows/update_issue_templates.yml index aa5d789..7d05c99 100644 --- a/.github/workflows/update_issue_templates.yml +++ b/.github/workflows/update_issue_templates.yml @@ -100,6 +100,8 @@ jobs: .github/ISSUE_TEMPLATE/*.yml token: ${{ secrets.GH_BOT_TOKEN }} commit-message: "chore: Update repositories list in roadmap.yml" + author: "${{ vars.GH_BOT_NAME }} <${{ secrets.GH_BOT_EMAIL }}>" + committer: "${{ vars.GH_BOT_NAME }} <${{ secrets.GH_BOT_EMAIL }}>" branch: bot/update-repositories-list delete-branch: true title: "chore: Update repositories list in roadmap.yml"