Internationalisation: Use new shared verify-i18n workflow (#106928)

* use new shared verify-i18n workflow

* update CODEOWNERS

* add empty permissions block

* fix permissions

* commit translations

* rename workflow
This commit is contained in:
Ashley Harrison
2025-06-25 14:47:10 +01:00
committed by GitHub
parent bbce735793
commit 1f97c0db8c
4 changed files with 17 additions and 28 deletions
+15
View File
@@ -0,0 +1,15 @@
name: Verify i18n
permissions:
contents: read
on:
pull_request:
push:
branches:
- main
- release-*.*.*
jobs:
verify-i18n:
uses: grafana/grafana-github-actions/.github/workflows/verify-i18n.yml@main