Skip to content

Commit

Permalink
workflow-templates
Browse files Browse the repository at this point in the history
  • Loading branch information
ss-o committed Feb 12, 2023
1 parent c829d07 commit 46ef21c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion workflow-templates/stale-action.properties.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "Close Stale Issues and PRs",
"description": "Warns and then closes issues and PRs that have had no activity for a specified amount of time.",
"iconName": "z-shell"
"iconName": "z-shell",
"categories": ["Automation", "Shell"]
}
2 changes: 1 addition & 1 deletion workflow-templates/trunk.properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"name": "Trunk Check",
"description": "Trunk Check: a blazingly fast meta code checker and formatter with extraordinary features like caching, preexisting issue detection, a daemon, and a language server.",
"iconName": "z-shell",
"categories": ["Linter"]
"categories": ["code-quality", "Shell"]
}

0 comments on commit 46ef21c

Please sign in to comment.