forked from ualug/github-feed
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
26 lines (22 loc) · 664 Bytes
/
config.yml
File metadata and controls
26 lines (22 loc) · 664 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
feed:
# The length of the resulting feed. When the
# fetcher runs, it will push the last N events
# to a gist. Default: 100
length: 100
# A list of members to ignore. If members of the
# organisation wish not to have their public feed
# listed, add their username to the list.
ignore: []
push:
# A list of URLs that will be POSTed to whenever
# new items appear in the feed.
http: []
github:
# The ID of the gist to be pushed to. This
# gist must be writtable by the authenticated
# user (as defined by the environment variable
# GITHUB_AUTH).
gist: 3083036
# The organisation we're doing all this for :)
org: ualug