Skip to content

Merge main into release/6.2 #1001

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

Closed

Conversation

github-actions[bot]
Copy link

This PR was automatically opened by a GitHub action. Review the changes included in this PR and determine if they should be included in the release branch. If yes, merge the PR. Otherwise revert changes that should not be included on this branch.

ahoppen added 6 commits April 10, 2025 08:40
Use workflow added by swiftlang/github-workflows#112 to create auto merge PR that merges `main` into `release/6.2`.
Use workflow in github-workflows to create auto merge PR
Grant write permissions for content an pull requests to auto merge GitHub action
When running `swift-format lint` in an Xcode run script phase and it exits with a non-zero exit code, the build will fail. This started happening since we treated all linter findings as errors in #943.

To fix this:
- Diagnose all findings as warnings again and exit with code 0 even if there are findings
- Resurrect `--strict` to treat all findings as errors and exit with 1 if there were any findings.

rdar://148389716
Make linter emit warnings instead of errors by default
@github-actions github-actions bot requested a review from a team as a code owner April 18, 2025 22:51
@ahoppen
Copy link
Member

ahoppen commented Apr 18, 2025

Duplicate of #1000 to test that the workflow now works.

@ahoppen ahoppen closed this Apr 18, 2025
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.

1 participant