Last active
April 18, 2022 04:11
-
-
Save yi-jiayu/60dba3de0d23895023a125949ed18c63 to your computer and use it in GitHub Desktop.
greenpath.dev dashboard for https://github.com/actions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Actions dashboard", | |
"builds": [ | |
{ | |
"owner": "actions", | |
"repo": "starter-workflows", | |
"ref": "main", | |
"include_prs": true | |
}, | |
{ | |
"owner": "actions", | |
"repo": "toolkit", | |
"ref": "main" | |
}, | |
{ | |
"owner": "actions", | |
"repo": "setup-node", | |
"ref": "main" | |
}, | |
{ | |
"owner": "actions", | |
"repo": "javascript-action", | |
"ref": "main" | |
}, | |
{ | |
"owner": "actions", | |
"repo": "typescript-action", | |
"ref": "main" | |
}, | |
{ | |
"owner": "actions", | |
"repo": "labeler", | |
"ref": "main" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment