Skip to content

Update cla url - #43

Merged
Yaswant Pradhan (yaswant) merged 7 commits into
MetOffice:mainfrom
james-bruten-mo:update_cla_url
Dec 9, 2025
Merged

Update cla url#43
Yaswant Pradhan (yaswant) merged 7 commits into
MetOffice:mainfrom
james-bruten-mo:update_cla_url

Conversation

@james-bruten-mo

Copy link
Copy Markdown
Collaborator
  • Updates the URL in the cla-check action to point at new momentum repo
  • Adds a echo to check-cr-approved to note PR number and Repo

@james-bruten-mo

Copy link
Copy Markdown
Collaborator Author

Yaswant Pradhan (@yaswant) I've copied over the changes to the workflow that grep for the pipe symbol and change the filename to CONTRIBUTORS.md into this PR. I suggest we get this one on and then get the check for removal working in your PR

Comment thread .github/workflows/cla-check.yaml Outdated
if [ -f "CONTRIBUTORS" ]; then
if grep -q "^$AUTHOR" CONTRIBUTORS; then
if [ -f "CONTRIBUTORS.md" ]; then
if grep -qE "\|\s*$AUTHOR" CONTRIBUTORS.md; then

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you not want to check for the extra spaces after $AUTHOR?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@yaswant Yaswant Pradhan (yaswant) left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@yaswant
Yaswant Pradhan (yaswant) merged commit 4d018dc into MetOffice:main Dec 9, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants