Get Contributors List #5
Labels
No labels
bug
CI/CD Pipeline
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
ui/ux
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: web/website#5
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Get Contributors List
Write a service to get contributors list directly from Github-Api using by
octokit
library.This may require a extra node server that must run on host.
We will pass the Github's
personal-access-token
as anEnvironment Variable
in build section.I created a new repository here.
This repository includes a
Ruby script
that updates the list of contributors and save it at this address.And finally i wrote a workflow inside that repository that would update contributors every 3rd day! And this well performed and brought us both good performance on front-end side and automated job to us!
Only thing is left to do is that write a
fetch
request onviews/get-involved/Contributors.vue
to get the list from the json file.Good Luck Guys!🦄💜