I18n: Adjust GH actions workflow (#81887)

* refactor: add github-actions bot to ignoreList

* refactor: change GH user
This commit is contained in:
Laura Benz
2024-02-06 10:38:09 +01:00
committed by GitHub
parent 3605d85c4c
commit 90612500e0
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -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"
},