Skip to content

Commit

Permalink
Refix the CLA check (opencast#6256)
Browse files Browse the repository at this point in the history
This PR fixes the CLA check so that it works properly. For some reason
ubuntu-latest is *not* ubuntu 24.04 in October '24, instead we get
ubuntu 22.04 which does not support `--break-system-packages`.

This should be in `r/15.x` since it affects the branch (with the
original fix being merged a couple of weeks ago). While we're not
expecting significant contributions at this point, we should have the
CLA checking in place regardless.

### Your pull request should…

* [x] have a concise title
* [ ] ~[close an accompanying
issue](https://docs.opencast.org/develop/developer/#participate/development-process/#automatically-closing-issues-when-a-pr-is-merged)
if one exists~
* [x] [be against the correct
branch](https://docs.opencast.org/develop/developer/development-process#acceptance-criteria-for-patches-in-different-versions)
* [ ] ~include migration scripts and documentation, if appropriate~
* [x] pass automated tests
* [x] have a clean commit history
* [x] [have proper commit messages (title and body) for all
commits](https://medium.com/@steveamaza/e028865e5791)
* [x] explain why it needs to be merged into the legacy branch, if it is
targeting the legacy branch
  • Loading branch information
lkiesow authored Oct 24, 2024
2 parents b7f90fd + 713c30d commit 4bd7a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-icla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
main:
if: github.event.pull_request.user.login != 'dependabot[bot]'
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/setup-python@v4

Expand Down

0 comments on commit 4bd7a76

Please sign in to comment.