From 90612500e0470bafb84ade7f6da84938cb5397c7 Mon Sep 17 00:00:00 2001 From: Laura Benz <48948963+L-M-K-B@users.noreply.github.com> Date: Tue, 6 Feb 2024 10:38:09 +0100 Subject: [PATCH] I18n: Adjust GH actions workflow (#81887) * refactor: add github-actions bot to ignoreList * refactor: change GH user --- .github/pr-commands.json | 2 +- .github/workflows/i18n-crowdin-download.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/pr-commands.json b/.github/pr-commands.json index 8631c92fcb3..0821138cf47 100644 --- a/.github/pr-commands.json +++ b/.github/pr-commands.json @@ -192,7 +192,7 @@ "type": "author", "name": "pr/external", "notMemberOf": { "org": "grafana" }, - "ignoreList": ["renovate[bot]","dependabot[bot]","grafana-delivery-bot[bot]","grafanabot"], + "ignoreList": ["renovate[bot]","dependabot[bot]","grafana-delivery-bot[bot]","grafanabot","github-actions[bot]"], "action": "updateLabel", "addLabel": "pr/external" }, diff --git a/.github/workflows/i18n-crowdin-download.yml b/.github/workflows/i18n-crowdin-download.yml index bbc5949571c..153c81dc031 100644 --- a/.github/workflows/i18n-crowdin-download.yml +++ b/.github/workflows/i18n-crowdin-download.yml @@ -47,6 +47,8 @@ jobs: config: 'crowdin.yml' source: 'public/locales/en-US/grafana.json' translation: 'public/locales/%locale%/%original_file_name%' + github_user_name: "github-actions[bot]" + github_user_email: "41898282+github-actions[bot]@users.noreply.github.com" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}