Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WORKFLOW] Fix: enhance the timestamp exception to accommodate pure documentation PR's #543

Merged
merged 3 commits into from
Jun 27, 2024

Conversation

calebofearth
Copy link
Collaborator

In the Pull Request workflow, the timestamp exception does not correctly skip the timestamp check when the current feature branch contains only documentation updates all the way back to where it diverged from main. This is because the last commit to main that DOES contain design changes was merged with the squash method, making a brand new commit that is much newer than the actual timestamp commit. If that commit was merged to main, though, presumably all the checks passed at that time.

@calebofearth calebofearth added enhancement New feature or request Environment labels Jun 18, 2024
@calebofearth calebofearth force-pushed the cwhitehead-msft-pr-doc-ignore-fix branch from 99abe48 to 78114ce Compare June 20, 2024 17:41
@calebofearth calebofearth force-pushed the cwhitehead-msft-pr-doc-ignore-fix branch from dc96ef9 to 3e2d23b Compare June 27, 2024 18:03
@calebofearth calebofearth force-pushed the cwhitehead-msft-pr-doc-ignore-fix branch from 3e2d23b to b2fb533 Compare June 27, 2024 19:44
…x' with updated timestamp and hash after successful run
@calebofearth calebofearth marked this pull request as ready for review June 27, 2024 20:50
@calebofearth calebofearth changed the title [WORKFLOW] Fix: enhance the timestamp exception to accommodate pure-documentation PR's [WORKFLOW] Fix: enhance the timestamp exception to accommodate pure documentation PR's Jun 27, 2024
@calebofearth calebofearth merged commit 7c10e2c into main Jun 27, 2024
56 checks passed
@calebofearth calebofearth deleted the cwhitehead-msft-pr-doc-ignore-fix branch June 27, 2024 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Environment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants