Skip to content

Commit

Permalink
add label filter to all backlogs
Browse files Browse the repository at this point in the history
as people are opening prs (and prs are issues in github) they are showing up on the main backlog

I could filter out prs directly but instead Ive chosen to filter on a label. This is so that people can also open actual issues on the module without them showing up. It's also already built in so there's no more code to write.

Reasonable people may differ on this
  • Loading branch information
SallyMcGrath committed May 25, 2023
1 parent e83eb67 commit 7425ed2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions create_module.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ emoji= '📝'
menu_level = ['module']
weight = $MENU_ORDER
backlog= 'Module-$MODULE_NAME'
backlog_filter= '$MODULE_NAME'
+++
" > $MODULE_DIR/$file/index.md
Expand Down

0 comments on commit 7425ed2

Please sign in to comment.