alyf-de/Review PO pull requests
Post PR review comments for gettext .po msgstr changes and .pot msgid additions or removals, grouped by language.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 2, 2026
- License
- MIT
Pinned Snippet
uses: alyf-de/po-review-action@5928f84d6bc9094f9ad6e2c5780f01c0044b800e # v1.1.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token used to read pull request files and post comments. | — | ${{ github.token }} |
| repository | Repository in owner/name form. | — | ${{ github.repository }} |
| pr-number | Pull request number to review. | — | ${{ github.event.pull_request.number }} |
| pr-head-sha | Pull request head commit SHA used to fetch translation files. | — | ${{ github.event.pull_request.head.sha }} |
| base-sha | Trusted base commit SHA checked out locally for comparison. | — | ${{ github.event.pull_request.base.sha }} |
| python-version | Python version used to run the review helper. | — | 3.12 |
| hidden-po-files | Comma-separated .po file names omitted from language detail tables. | — | "" |
| skip-checkout | Skip checking out the base commit. Enable only when the workflow already checked out the trusted base SHA into the workspace. | — | false |
Outputs
| name | description |
|---|---|
| comments-posted | Number of review comments posted on the pull request. |