Closed
Conversation
- Modified `testing-pipeline.yml` to use `master` instead of `HEAD^1` in the version change check step.
…line. - Added `git config` step to resolve `safe.directory` issue with actions/checkout. - Updated `fetch-depth` to 0 for complete git history access.
- Removed `safe.directory` configuration as it is no longer necessary. - Updated version change check to use dynamic base and head references with `--diff-filter=d` for improved accuracy.
- Adjusted `fetch-depth` to 2 and enabled `fetch-tags` for improved history access. - Simplified version change check command by removing dynamic base and head references.
- Corrected syntax in the `git diff` command in `testing-pipeline.yml`.
- Updated `fetch-depth` to 2 and enabled `fetch-tags` for better commit history access. - Simplified version change check by removing dynamic base and head reference logic.
- Updated `git diff` command to only track modified files using `--name-status` and `grep '^M'`. - Ensured version check operates consistently against `master` branch.
- Changed `git diff` base from `master` to `HEAD^1` for consistency in change detection logic. - Updated `testing-pipeline.yml` to reflect this change in version and migration checks.
…'` in `git diff` command. - Streamlined logic to directly gather modified file list.
- Refined `git diff` command to filter only modified files in `testing-pipeline.yml`. - Improved consistency in gathering changed file list.
- Rolled back version in `VERSION.in` to 1.12. - Simplified `git diff` command by removing `grep '^M'` for modified files.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Link the Issue(s) this Pull Request is related to.
One line for each Issue. If merging this Pull Request should auto-close the Issue on that line,
preface the Issue URL/Number with "Fixes". Every Pull Request should have at least one Issue
linked.
Summarize your change.
If it's a simple change, a sentence or two is probably sufficient. If it's a complex change,
adding a list of the three or four main points can be helpful.
It's also helpful to describe why you're making this change.