We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4ed3d6 commit 55c5ca7Copy full SHA for 55c5ca7
meltano.yml
@@ -16,9 +16,11 @@ plugins:
16
organizations:
17
- nf-core
18
select:
19
- - commits.*
20
- - pull_requests.*
21
- - releases.*
+ - commits.* # For commit history
+ - pull_requests.* # For PR activity
+ - releases.* # For pipeline releases
22
+ - contributors.* # For contributor list
23
+ - stargazers.* # Optional: for tracking community growth
24
loaders:
25
- name: target-jsonl
26
variant: andyh1203
0 commit comments