-
Notifications
You must be signed in to change notification settings - Fork 704
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
Create contributor_fetch.yml #10126
Create contributor_fetch.yml #10126
Conversation
ba1704d
to
42ba29f
Compare
Tested in my fork repo it's working 🎉 |
42ba29f
to
fb1ca09
Compare
git config user.name "$GITHUB_ACTOR" | ||
git config user.email "[email protected]" | ||
git add content/post/contributors.md | ||
git commit -m "Update contributors list [skip ci]" |
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.
do we need sign off too ? -s
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.
@eszkadev i don't know if we need to do sign-off or not ? But i see IO does not have any CI check for Sign off commit....
It's good to have it sign off let me add it
…for the `CollaboraOnline/online` repository using GitHub's API. 2. Generate Markdown File: It creates a Markdown file, `contributors.md`, which includes the names, contributions, and GitHub avatars of the contributors. 3. Automated Workflow: The script is set up to run automatically as part of a scheduled workflow in GitHub Actions, updating the contributors credits page regularly. Signed-off-by: Darshan-upadhyay1110 <[email protected]> Change-Id: I4741cbf9fa839301bb7197d3f4402a166e1bf704
fb1ca09
to
57ad2be
Compare
This doesn't affect the Collabora Online. It just about the credits we can merge even if it has problems |
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.
thanks!
Fetch Contributors: The script retrieves the list of contributors for the
CollaboraOnline/online
repository using GitHub's API.Generate Markdown File: It creates a Markdown file,
contributors.md
, which includes the names, contributions, and GitHub avatars of the contributors.Automated Workflow: The script is set up to run automatically as part of a scheduled workflow in GitHub Actions, updating the contributors credits page regularly.
Summary
TODO
Checklist
make prettier-write
and formatted the code.make check
make run
and manually verified that everything looks okay