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

ci: update CircleCI config for GitHub Pages deployment process #459

Merged
merged 5 commits into from
Jan 6, 2025

Conversation

raffaele-oplabs
Copy link
Contributor

@raffaele-oplabs raffaele-oplabs commented Jan 2, 2025

Description

This pull request includes several changes to the .circleci/config.yml file to improve the deployment process and update the user information handling. The most important changes include updating the way user email is extracted, modifying the branch checkout process, and removing the force push option.

Improvements to user information handling:

  • Replaced the method of extracting the commit user email with a new approach that retrieves the user ID from the GitHub API and constructs a noreply email address. .circleci/config.ymlL100-R115

The previous commit was made by using the PR last commit username/email, while this approach retrieve the user that triggered the pipeline.

Changes to the branch checkout process:

Other changes:

Tests

Additional context

Metadata

@protolambda protolambda merged commit ae1828f into optimism Jan 6, 2025
10 checks passed
@protolambda protolambda deleted the fix-bugs-on-circleci-gh-pages branch January 6, 2025 15:31
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