Skip to content

Commit 55c5ca7

Browse files
committed
Get PRs releases, contributors and stargazers
1 parent a4ed3d6 commit 55c5ca7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

meltano.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ plugins:
1616
organizations:
1717
- nf-core
1818
select:
19-
- commits.*
20-
- pull_requests.*
21-
- releases.*
19+
- commits.* # For commit history
20+
- pull_requests.* # For PR activity
21+
- releases.* # For pipeline releases
22+
- contributors.* # For contributor list
23+
- stargazers.* # Optional: for tracking community growth
2224
loaders:
2325
- name: target-jsonl
2426
variant: andyh1203

0 commit comments

Comments
 (0)