Skip to content

Commit 5e40695

Browse files
committed
✨ Add new fields for hub queries
1 parent 1b2e913 commit 5e40695

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

queries/github-stars-per-day.sql

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ description = "Discover the number of stars per day for a given repository order
44
55
plugins = ["github"]
66
7+
author = "julien040"
8+
9+
tags = ["github", "stars", "statistics"]
10+
711
arguments = [
812
{title="repository", display_title = "Repository name (owner/repo format)", type="string", description="The repository to fetch stars from (owner/repo)", regex="^[a-zA-Z0-9_-]+/[a-zA-Z0-9_-]+$"}
913
]

queries/hello-world.sql

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/*
22
title = "Hello World"
33
description = "Always return hello world for testing purposes"
4+
5+
author = "julien040"
46
*/
57
SELECT
68
'hello world' as message;

0 commit comments

Comments
 (0)