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 }}