11 lines
194 B
YAML
11 lines
194 B
YAML
name: github
|
|
functions:
|
|
queryEvents:
|
|
path: ./github.ts:queryEvents
|
|
events:
|
|
- query:gh-events
|
|
queryIssues:
|
|
path: ./github.ts:queryIssues
|
|
events:
|
|
- query:gh-issues
|