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"