You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm considering if we should add budges (provided by service https://shields.io) to display "starts / last updated time" for each package , but it requires add lots of redundant HTML into README.org so I think if really want to do it should be done automatically via GitHub Actions to generate real README.org from README_SRC.org
That's great. I'm all for using more automation to provide more information and make things neater and cleaner.
Does this shield service only check github for stars and commits. For other repositories (e.g. codeberg, gitlab, bitbucket) can it also check most recent commit date as well?
Thanks for sharing the gist. Can you also share what the github actions yaml will look like as well?
That's great. I'm all for using more automation to provide more information and make things neater and cleaner.
Does this shield service only check github for stars and commits. For other repositories (e.g. codeberg, gitlab, bitbucket) can it also check most recent commit date as well?
Thanks for sharing the gist. Can you also share what the github actions yaml will look like as well?
I checked the commit log of the actions of this repository, and I found it it was done by you, and actually I have never used GitHub actions before, so I think it is better to quickly make a simple example and assign you. What I have done was only regular expressions search and replace.
Hi @agsdot:
I'm considering if we should add budges (provided by service https://shields.io) to display "starts / last updated time" for each package , but it requires add lots of redundant HTML into
README.org
so I think if really want to do it should be done automatically via GitHub Actions to generate realREADME.org
fromREADME_SRC.org
I made a demo as preview (two versions. 1. stars ; 2. starts + commit_time ):
https://gist.github.com/kuanyui/630dc6c3dbddc58c4f9081724a5126bf
The text was updated successfully, but these errors were encountered: