DEV Community

Cover image for FORKS.md with GitHub Actions
Oscar Nevárez
Oscar Nevárez

Posted on

FORKS.md with GitHub Actions

My Workflow

Have you ever had a repository so loved by the community and you wonder which of the forks is more actively maintained than yours but there are hundreds of them already? [...] Yeah, me neither. But I know this is a common question with big open source projects.

This Github Action generates a FORKS.md file that keep track of all forks and, aditionally how far or behind are of the original project. Sweet indeed.

Submission Category:

Maintainer Must-Haves & DIY Deployments

Yaml File or Link to Code

GitHub logo oscarnevarezleal / vitraya-ramunong

The Tree of Souls (Na'vi name: Vitraya Ramunong [1]) is a giant willow tree that is said to be the closest connection to Eywa on Pandora

vitraya-ramunong

This Github Action generates or updates a FORK.md file to contain a list of all forks of a repository and, additionally how far or behind are they from upstream branch.

Check out the docs to know more.

                                                         .
                                              .         ;
                 .              .              ;%     ;;   
                   ,           ,                :;%  %;   
                    :         ;                   :;%;'     .,   
           ,.        %;     %;            ;        %;'    ,;
             ;       ;%;  %%;        ,     %;    ;%;    ,%'
              %;       %;%;      ,  ;       %;  ;%;   ,%;' 
               ;%;      %;        ;%;        % ;%;  ,%;'
                `%;.     ;%;     %;'         `;%%;.%;'
                 `:;%.    ;%%. %@;        %; ;@%;%'
                    `:%;.  :;bd%;          %;@%;'
                      `@%:.  :;%.         ;@@%;'   
                        `@%.  `;@%.      ;@@%;         
                          `@%%. 
Enter fullscreen mode Exit fullscreen mode

Additional Resources / Info

Tech

  • Github Actions
  • GH CLI
  • Docker

Github actions

  • actions/checkout@v2

Top comments (0)