git-l10n / git-po-helper

Helper program for checking l10n contributions
Other
15 stars 6 forks source link

Stop pretending that the l10n.yml workflow is outside git-l10n's ownership #18

Closed dscho closed 8 months ago

dscho commented 8 months ago

The PR checks would otherwise fail if someone opens a PR to adjust the l10n GitHub workflow, as I did over here: https://github.com/git-l10n/git-po/pull/749

jiangxin commented 8 months ago

In order to test GitHub Actions for git-l10n and test some git-l10n changes, developers may want to change the workflow (i.e. .github/workflows/l10n.yml) in the default branch of their own repositories. But git-po-helper fails to run because the changes on ".github/workflows/l10n.yml" are outside of po/ directory.

Will merge this change. Please note that changes on ".github/workflows/l10n.yml" should be contributed to git through the normal workflow, i.e. sending patches to the Git mailing list.

dscho commented 8 months ago

Please note that changes on ".github/workflows/l10n.yml" should be contributed to git through the normal workflow, i.e. sending patches to the Git mailing list.

I would like to suggest that git-po is the appropriate repository for that PR: That is where the workflow runs!