From 3301ebfcf19fc50f636b15e9fffcf9b5f840c95f Mon Sep 17 00:00:00 2001 From: djamaile Date: Tue, 20 Dec 2022 16:41:47 +0100 Subject: [PATCH] fix: change bot name to correct one Signed-off-by: djamaile --- .github/workflows/automate_changeset_feedback.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automate_changeset_feedback.yml b/.github/workflows/automate_changeset_feedback.yml index d27f0b84e0..593a4d6b84 100644 --- a/.github/workflows/automate_changeset_feedback.yml +++ b/.github/workflows/automate_changeset_feedback.yml @@ -34,7 +34,7 @@ jobs: diffRef: 'origin/master' marker: issue-number: ${{ github.event.pull_request.number }} - botUsername: github-actions[bot] + botUsername: backstage-goalie[bot] app-id: ${{ secrets.BACKSTAGE_GOALIE_APPLICATION_ID }} private-key: ${{ secrets.BACKSTAGE_GOALIE_PRIVATE_KEY }} installation-id: ${{ secrets.BACKSTAGE_GOALIE_INSTALLATION_ID }}