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

feat(ci): linear issues sync #2562

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

feat(ci): linear issues sync #2562

wants to merge 1 commit into from

Conversation

Piotr1215
Copy link
Contributor

@Piotr1215 Piotr1215 commented Mar 5, 2025

What issue type does this pull request address? (keep at least one, remove the others)
/kind enhancement

What does this pull request do? Which issues does it resolve? (use resolves #<issue_number> if possible)
References OPS-94

  • Add linear-sync tool to update Linear issues when a release is created
  • Sync with changelog library to extract PRs between releases
  • Add sync_linear job to GitHub Actions release workflow
  • Update Linear issues to "Released" state when code is released
  • Extract Linear issue IDs from PR bodies and branch names
  • Add release date and version comments to Linear issues

Please provide a short message that should be published in the vcluster release notes
Fixed an issue where vcluster ...

What else do we need to know?
Notes for PR review in Linear issue.

* Add linear-sync tool to update Linear issues when a release is created
* Sync with changelog library to extract PRs between releases
* Add sync_linear job to GitHub Actions release workflow
* Update Linear issues to "Released" state when code is released
* Extract Linear issue IDs from PR bodies and branch names
* Add release date and version comments to Linear issues
@Piotr1215 Piotr1215 requested a review from a team as a code owner March 5, 2025 09:05
Copy link

netlify bot commented Mar 5, 2025

Deploy Preview for vcluster-docs canceled.

Name Link
🔨 Latest commit 6c4caf0
🔍 Latest deploy log https://app.netlify.com/sites/vcluster-docs/deploys/67c813f4e7225e0008933466

@Piotr1215 Piotr1215 requested a review from deniseschannon March 6, 2025 07:46
Copy link
Contributor

@deniseschannon deniseschannon left a comment

Choose a reason for hiding this comment

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

I'm not going to be able to review the rest, but had that one question.

- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
Copy link
Contributor

Choose a reason for hiding this comment

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

When comparing this with loft-enterprise, why is this go.mod and that one is go.work?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We are not using go workspaces in this repository. This is just a way for the action to retrieve the go version to be installed from the file.

Copy link
Contributor

@cbron cbron left a comment

Choose a reason for hiding this comment

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

Looks like this is pre-existing in platform, so i just skimmed code and compared to platform. Workflow changes look ok. Overall lgtm.

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