Skip to content

Commit

Permalink
Merge branch 'main' into wizardnavigationbuttons-everywhere-part-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnei committed Jan 13, 2025
2 parents b55140a + 962a9e1 commit 38a0b11
Show file tree
Hide file tree
Showing 99 changed files with 4,979 additions and 2,158 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-icla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on:
jobs:
main:
if: github.event.pull_request.user.login != 'dependabot[bot]'
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Install Python module
run: pip install apereocla
run: pip install --break-system-packages apereocla

- name: Check Apereo ICLA for GitHub user
run: apereocla -g "${{ github.event.pull_request.user.login }}"
Expand All @@ -23,7 +23,7 @@ jobs:
message: >
Hi @${{ github.event.pull_request.user.login }}
Thank you for contributing to the Opencast Editor.
Thank you for contributing to the Opencast Admin UI.
We noticed that you have not yet filed an [Individual Contributor License Agreement](https://www.apereo.org/licensing/agreements/icla).
Doing that (once) helps us to ensure that Opencast stays free for all.
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/deploy-container-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}

- name: Prepare commit hash
run: git rev-parse HEAD > commit

- name: Log in to the container registry
uses: docker/login-action@v3
with:
Expand All @@ -45,9 +48,9 @@ jobs:

- name: Add comment
if: github.event_name == 'pull_request_target'
uses: thollander/actions-comment-pull-request@v2
uses: thollander/actions-comment-pull-request@v3
with:
comment_tag: container-image
comment-tag: container-image
message: |
Use `docker` or `podman` to test this pull request locally.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ jobs:
git push origin gh-pages
- name: add comment with deployment location
uses: thollander/actions-comment-pull-request@v2
uses: thollander/actions-comment-pull-request@v3
with:
comment_tag: static-test-deployment
comment-tag: static-test-deployment
message: >
This pull request is deployed at
[test.admin-interface.opencast.org/${{ steps.build-path.outputs.build }}
Expand Down
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="git-commit" content="%VITE_GIT_COMMIT_HASH%">
<meta name="build-date" content="%VITE_APP_BUILD_DATE%">
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
Expand Down
Loading

0 comments on commit 38a0b11

Please sign in to comment.