Skip to content

Migrate CI from CircleCI to GitHub Actions#72

Merged
khamilowicz merged 4 commits into
masterfrom
migrate-to-github-actions
May 14, 2026
Merged

Migrate CI from CircleCI to GitHub Actions#72
khamilowicz merged 4 commits into
masterfrom
migrate-to-github-actions

Conversation

@khamilowicz
Copy link
Copy Markdown
Contributor

Replace the CircleCI elixir orb with reusable workflows from
membraneframework/membrane_actions.

Changes

  • Remove .circleci/config.yml
  • Add .github/workflows/ci.yml with build_test, test, and lint jobs
  • Add .github/workflows/release.yml with the same jobs plus hex_publish

CI runs on every push and can be manually triggered via workflow_dispatch
(used for PRs from outside the organization). Hex publish triggers on v*
tags using the HEX_API_KEY secret.

@khamilowicz khamilowicz requested a review from varsill as a code owner April 10, 2026 10:28
@khamilowicz khamilowicz force-pushed the migrate-to-github-actions branch from 1640abe to 28acf6c Compare April 21, 2026 08:21
Copy link
Copy Markdown
Contributor

@varsill varsill left a comment

Choose a reason for hiding this comment

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

Please resolve the conflicts

Comment on lines 112 to 115
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

It looks as if there are some conflicts there, the code state should be the same as on v0.10.7 tag

Comment thread README.md Outdated
def deps do
[
{:membrane_h26x_plugin, "~> 0.10.7"}
{:membrane_h26x_plugin, "~> 0.10.8"}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I don't think we need to bump it here

khamilowicz and others added 4 commits May 13, 2026 12:08
Replace CircleCI elixir orb with membraneframework-labs/membrane-actions
reusable workflows. CI runs on push and can be manually triggered via
workflow_dispatch. Hex publish on v* tags using HEX_API_KEY secret.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@khamilowicz khamilowicz force-pushed the migrate-to-github-actions branch from 7f8f8b1 to f032c86 Compare May 13, 2026 10:10
@khamilowicz khamilowicz requested a review from varsill May 13, 2026 10:10
@khamilowicz khamilowicz merged commit 130ca69 into master May 14, 2026
4 checks passed
@khamilowicz khamilowicz deleted the migrate-to-github-actions branch May 14, 2026 10:25
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