-
Notifications
You must be signed in to change notification settings - Fork 698
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
Update licence list #9818
Update licence list #9818
Conversation
c20cad1
to
983c158
Compare
After yesterday’s call with Mikolaj, I think this step has to be done before the “bumping version numbers” one. A thing that was not mentioned in the wiki is whether this should be forwardported to |
55f41a3
to
692b432
Compare
Per https://github.com/haskell/cabal/wiki/Updating-the-license-list to version 3.23 (2024-02-08) of SPDX License List.
I forgot about this. I will add |
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.
Thank you.
I'm guessing this should have been done on master and backported. The old wiki page had "note: most of the changes should be done on branch master and backported to the release branch." I guess we should add this to each and every point except the one or two that are best done on release branch [edit: and forward-ported]. BTW, mergify seems stuck, so let me merge manually. |
@mergify rebase |
✅ Nothing to do for rebase action |
@mergify refresh |
✅ Pull request refreshed |
@mergify unqueue |
☑️ The pull request is not queued |
@mergify requeue |
@mergify queue |
@mergify enqueue |
❌ This pull request head commit has not been previously disembarked from queue. |
❌ Sorry but I didn't understand the command. Please consult the commands documentation 📚. |
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at e867d30 |
Hah, |
@mergify backport master |
✅ Backports have been created
|
@ffaf1 two points on interest. First,
The delay is not required for PRs against branches other than Second, this manual backport has a subtle difference from the original (#9837): the json files in Just wanted to share my pain: I spent half a day banging my head against the |
IIRC it's only waived for PRs that are identified as backports. |
@geekosaur good point. By reading https://github.com/haskell/cabal/blob/master/.github/mergify.yml it appears that if you manually put the backport label, it will do the trick. In this case, it is a manual backport, so the label is justified. But perhaps we should simplify it, since with the current setup, a vanilla (non-backport) PR against a non-master branch will not be served by the bot at all, it looks like. |
Per https://github.com/haskell/cabal/wiki/Updating-the-license-list to version 3.23 (2024-02-08) of SPDX License List.
Include the following checklist in your PR:
Tests have been added. (Ask for help if you don’t know how to write them! Ask for an exemption if tests are too complex for too little coverage!)