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:
@@ -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
|
||||
Reference in New Issue
Block a user