11 lines
192 B
YAML
11 lines
192 B
YAML
name: github
|
|
functions:
|
|
queryEvents:
|
|
path: ./github.ts:queryEvents
|
|
events:
|
|
- query:gh-events
|
|
queryIssues:
|
|
path: ./github.ts:queryPulls
|
|
events:
|
|
- query:gh-pulls
|