Add GitHub DCO-check workflow and fix TF-M URLs#115
Merged
DakshitBabbar merged 3 commits intoFreeRTOS:mainfrom Jun 19, 2025
Merged
Add GitHub DCO-check workflow and fix TF-M URLs#115DakshitBabbar merged 3 commits intoFreeRTOS:mainfrom
DakshitBabbar merged 3 commits intoFreeRTOS:mainfrom
Conversation
708cd88 to
0fb8a41
Compare
Introduce a `dco-check` job in
`.github/workflows/ci.yml`
that runs on pull request events. The job loops over
every commit in `origin/main..HEAD` and fails immediately
if any commit lacks a properly formatted
Signed-off-by: <Name> <email>
footer, ensuring full compliance with our Developer
Certificate of Origin (DCO) policy.
Signed-off-by: Ahmed Ismail <Ahmed.Ismail@arm.com>
Trusted Firmware-M has moved its public documentation from `tf-m-user-guide.trustedfirmware.org/` to `trustedfirmware-m.readthedocs.io`. Hence, switching to the new domain. Signed-off-by: Ahmed Ismail <Ahmed.Ismail@arm.com>
Some of the newly added dependencies are missing in the development environment requirements document. Hence, adding these new dependencies. Signed-off-by: Ahmed Ismail <Ahmed.Ismail@arm.com>
0fb8a41 to
dca8e61
Compare
aggarg
approved these changes
Jun 18, 2025
DakshitBabbar
approved these changes
Jun 19, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR includes the following changes:
Introduce a
dco-checkjob in.github/workflows/ci.ymlthat runs on pull request events. The job loops over every commit inorigin/main..HEADand fails immediately if any commit lacks a properly formattedfooter, ensuring full compliance with our Developer Certificate of Origin (DCO) policy.
Trusted Firmware-M has moved its public documentation from
tf-m-user-guide.trustedfirmware.org/totrustedfirmware-m.readthedocs.io. Hence, switching to the new domain.Some of the newly added dependencies are missing in the development environment requirements document. Hence, adding these new dependencies.
Test Steps
Checklist:
Related Issue
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.