| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Posted a PR fixing the failure cause: python/cpython#151343 |
Sorry, something went wrong.
Thanks, merged! |
Sorry, something went wrong.
| - run: git add . | ||
| - run: git commit -m "$(python manage_translation.py generate_commit_msg)" | ||
| if: env.SIGNIFICANT_CHANGES | ||
| - name: Push commit |
There was a problem hiding this comment.
This shouldn't run on PRs IMO. This causes issues like https://github.com/python/python-docs-pl/actions/runs/27407678283/job/81000784306?pr=144.
Sorry, something went wrong.
There was a problem hiding this comment.
added a skip
Sorry, something went wrong.
…t correct permissions, add run-id and auth to download artifact job
|
@copilot resolve the merge conflicts in this pull request |
Sorry, something went wrong.
|
Oh no, sorry this slipped my mind. I'll review later today. |
Sorry, something went wrong.
|
The following commit authors need to sign the Contributor License Agreement: |
Sorry, something went wrong.
Resolved in b1e0efc. The conflicts were in the auto-generated badge stats sections of both README files — took the newer translation percentages from 3.15 while keeping the lint.yml workflow link from this branch. |
Sorry, something went wrong.
| - name: Push commit | ||
| uses: ad-m/github-push-action@881a6320fdb16eb5318c5054f31c218aec2b324c # v1.3.0 | ||
| if: env.SIGNIFICANT_CHANGES | ||
| if: env.SIGNIFICANT_CHANGES && (github.event.workflow_run.head_branch == github.event.repository.default_branch) |
There was a problem hiding this comment.
There's no workflow_run trigger?
Sorry, something went wrong.
Co-authored-by: Stan Ulbrych <stanulbrych@gmail.com>
|
@copilot resolve the merge conflicts in this pull request |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
Co-authored-by: Stan Ulbrych <stanulbrych@gmail.com>
| Back | FazBrowse Home | New Git URL |
By splitting workflows we get a better, gradual feedback and state of things expression.
Building without strict mode, we can add back strict mode as a separate workflow (or as part of linting?) in the future.
Updated READMEs with new workflow links. Extra changes: dropped translations mailing list and added a link to Sphinx translation.
Unable to test workflow run trigger before the PR is merged into main.
To do: