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

[IDP-1831] Add LinearB to project #14

Merged
merged 3 commits into from
Jul 9, 2024
Merged

Conversation

tjosepo
Copy link
Member

@tjosepo tjosepo commented Jul 8, 2024

Description of changes

Add LinearB to project, to keeping track of deployment time.

We couldn't use gsoft-inc/wl-reusable-workflows/.github/workflows/linearb-deployment.yml@main as-is, because this workflow assumes that the pipeline always publishes something. Since we are using Changeset, our pipeline either publishes the packages or creates a PR.

Add two composite actions to keep track of the deployment.

  • LinearB-Pre simply creates a timestamp for the start of the build.
  • LinearB-Main uses that timestamp and sends deployment info to LinearB.

@tjosepo tjosepo requested a review from a team as a code owner July 8, 2024 20:45
.github/actions/linearb-main/action.yml Outdated Show resolved Hide resolved
.github/workflows/publish.yml Outdated Show resolved Hide resolved
@tjosepo
Copy link
Member Author

tjosepo commented Jul 9, 2024

Updated to use the shared workflow. The job only runs conditionally if there is actually a publish to npm.

@tjosepo tjosepo merged commit 9878b9b into main Jul 9, 2024
2 checks passed
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.

3 participants