cheeaun/awesome-hacker-news

Add workflow to auto-sort list alphabetically

Open

#77 opened on Oct 2, 2022

 (0 comments) (0 reactions) (0 assignees) (134 forks)github user discovery
enhancementgood first issuehacktoberfest

Repository metrics

Stars
 (1,411 stars)
PR merge metrics
 (Avg merge 13h 15m) (1 merged PR in 30d)

Description

Currently there's a TOC generator workflow (.github/workflows/toc.yml) which is pretty neat. Having a workflow to auto-sort the list of links alphabetically would be nice.

Another solution would be a linter for PRs to make sure it's sorted, but I guess having this done automatically post-PR would be a better experience for both contributors and the maintainer (me).

Contributor guide