DataMedSci / pymchelper

Python toolkit for SHIELD-HIT12A and FLUKA
http://datamedsci.github.io/pymchelper/
15 stars 7 forks source link

trying to fix versioning problem #636

Closed grzanka closed 1 year ago

reviewpad[bot] commented 1 year ago

AI-Generated Summary: This pull request adds 2 lines to the .github/workflows/python-app.yml file to fix a versioning problem. Specifically, it updates the actions/checkout@v3 step to fetch the full git history by setting fetch-depth: 0.

reviewpad[bot] commented 1 year ago

Reviewpad Report

:warning: Warnings

:bangbang: Errors

reviewpad[bot] commented 1 year ago

AI-Generated Summary: This pull request introduces two patches aimed at fixing the versioning problem in the GitHub Actions workflow. The first patch modifies the python-app.yml file by adding a fetch-depth: 0 configuration to ensure that the entire git history is fetched during the actions/checkout step. The second patch further expands on the comments in the python-app.yml file, clarifying the reason behind setting the fetch-depth to 0. Additionally, this patch adds the same configuration to another instance of actions/checkout in the file.

reviewpad[bot] commented 1 year ago

📈 Pull Request Metrics

💻 Coding Time: 15 seconds 🛻 Pickup Time: 2 hours 👀 Review Time: 1 second