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

chore: update versions in files #2331

Merged
merged 1 commit into from
Aug 15, 2024
Merged

Conversation

stuartwdouglas
Copy link
Collaborator

Running just build-all will cause these changes, commiting them so that building does not modify source controlled files.

Also add a check for this so we won't get into this state in future.

@stuartwdouglas stuartwdouglas requested review from a team and wesbillman and removed request for a team August 12, 2024 21:06
@ftl-robot ftl-robot mentioned this pull request Aug 12, 2024
Comment on lines 171 to 179
- name: Check No SCM Changes
run: |
if [[ -n $(git status -s) ]]
then
echo "Running the build resulted in changes to git controlled files:"
git --no-pager diff
exit 1
fi
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! This is great. I also notice that lsp/hoveritems.go changes pretty often when I just clean and just build-all locally, so hopefully this will catch that case as well 👍

@stuartwdouglas stuartwdouglas added this pull request to the merge queue Aug 13, 2024
github-merge-queue bot pushed a commit that referenced this pull request Aug 13, 2024
Running just build-all will cause these changes, commiting them so that
building does not modify source controlled files.

Also add a check for this so we won't get into this state in future.
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 13, 2024
@stuartwdouglas stuartwdouglas added this pull request to the merge queue Aug 14, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 14, 2024
Running just build-all will cause these changes, commiting them so that building does not modify source controlled files.
@stuartwdouglas stuartwdouglas added this pull request to the merge queue Aug 15, 2024
Merged via the queue into main with commit e2a374f Aug 15, 2024
17 checks passed
@stuartwdouglas stuartwdouglas deleted the stuartwdouglas/build-all branch August 15, 2024 00:35
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.

2 participants