Skip to content

Automatically merge submodule pull requests#1588

Open
gregorydlogan wants to merge 1 commit intoopencast:r/18.xfrom
gregorydlogan:t/automerge
Open

Automatically merge submodule pull requests#1588
gregorydlogan wants to merge 1 commit intoopencast:r/18.xfrom
gregorydlogan:t/automerge

Conversation

@gregorydlogan
Copy link
Copy Markdown
Member

This PR should enable automerges on the upstream pull requests filed in opencast/opencast when this submodule updates.

@gregorydlogan gregorydlogan added the type:github_actions Pull requests that update GitHub Actions code label Apr 24, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Use docker or podman to test this pull request locally.

Run test server using develop.opencast.org as backend:

podman run --rm -it -p 127.0.0.1:3000:3000 ghcr.io/opencast/admin-interface:pr-1588

Specify a different backend like stable.opencast.org:

podman run --rm -it -p 127.0.0.1:3000:3000 -e PROXY_TARGET=https://stable.opencast.org ghcr.io/opencast/admin-interface:pr-1588

It may take a few seconds for the interface to spin up.
It will then be available at http://127.0.0.1:3000.
For more options you can pass on to the proxy, take a look at the README.md.

@github-actions
Copy link
Copy Markdown
Contributor

This pull request is deployed at test.admin-interface.opencast.org/1588/2026-04-24_20-27-26/ .
It might take a few minutes for it to become available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type:github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant