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

Adding rush change -v to ci.yml #95

Merged
merged 15 commits into from
Nov 14, 2023
Merged

Adding rush change -v to ci.yml #95

merged 15 commits into from
Nov 14, 2023

Conversation

raplemie
Copy link
Collaborator

@raplemie raplemie commented Sep 6, 2023

Ensure we are requesting rush changes to be filed.

Resolves #94

@raplemie raplemie requested a review from kckst8 as a code owner September 6, 2023 17:29
@raplemie
Copy link
Collaborator Author

raplemie commented Sep 6, 2023

Apparently this is not that simple, I'll have to get back to this later.

@calebmshafer calebmshafer requested a review from a team as a code owner November 10, 2023 18:42
@calebmshafer
Copy link
Member

ended being due to the shallow fetch GH actions do by default. It wasn't getting enough of the history on the main branch in order to do the comparison for a rush change.

Specifying fetch-depth: 0 pulls all history for all branch, https://github.com/actions/checkout?tab=readme-ov-file#usage.

Added Node 14 while I was at it. I saw @ben-polinsky's other PR to swap out node-sass so we can move up to Node 18+ so didn't bother trying.

rush.json Show resolved Hide resolved
.github/workflows/ci.yml Outdated Show resolved Hide resolved
@raplemie raplemie merged commit da52d4a into main Nov 14, 2023
2 checks passed
@raplemie raplemie deleted the raplemie/ciUpdates branch November 14, 2023 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Validate rush changes in PR builds
3 participants