-
Notifications
You must be signed in to change notification settings - Fork 50
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
[WIP] update licenses #675
base: 2023.06-software.eessi.io
Are you sure you want to change the base?
[WIP] update licenses #675
Conversation
Instance
|
Instance
|
WIP adding a new licenses update script PR 457; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just had an initial look, perhaps you can add the current output of the script in a gist and link to this issue?
licenses/check_licenses.yml
Outdated
uses: actions/checkout@v3 | ||
|
||
- name: Set up Python | ||
uses: actions/setup-python@v4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should use specific version here, see other workflows
licenses/check_licenses.yml
Outdated
fi | ||
|
||
- name: Create a PR (if changes detected) | ||
uses: peter-evans/create-pull-request@v5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also needs specific commit
licenses/check_licenses.yml
Outdated
commit-message: "Auto PR: Update licenses" | ||
title: "Auto PR: Update licenses" | ||
body: ${{ steps.check_licenses.outputs.patch }} | ||
branch: main #fork branch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not the correct branch for EESSI
Open the new one to fix the origin branch