-
Notifications
You must be signed in to change notification settings - Fork 0
/
test-manifest-with-bots.yaml
107 lines (103 loc) · 2.43 KB
/
test-manifest-with-bots.yaml
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
labels:
app: estafette-ci-api
team: estafette-team
language: golang
# automatically executed stages on a push to the repository
# automatically executed stages on a push to the repository
stages:
build:
image: golang:1.12.1-alpine3.9
env:
CGO_ENABLED: 0
GOOS: linux
GOFLAGS: -mod=vendor
commands:
- go test ./...
bots:
pr-bot:
triggers:
- bitbucket:
events:
- pullrequest:created
- pullrequest:updated
- pullrequest:approved
- pullrequest:unapproved
- pullrequest:fulfilled
- pullrequest:rejected
- pullrequest:comment_created
- pullrequest:comment_updated
- pullrequest:comment_deleted
stages:
welcome:
image: extensions/github-pr-bot:stable
any-bot:
triggers:
- bitbucket:
events:
- repo:push
- repo:fork
- repo:transfer
- repo:created
- repo:deleted
- repo:commit_comment_created
- repo:commit_status_created
- repo:commit_status_updated
- issue:created
- issue:updated
- issue:comment_created
- pullrequest:created
- pullrequest:updated
- pullrequest:approved
- pullrequest:unapproved
- pullrequest:fulfilled
- pullrequest:rejected
- pullrequest:comment_created
- pullrequest:comment_updated
- pullrequest:comment_deleted
- github:
events:
- commit_comment
- create
- delete
- deployment
- deployment_status
- fork
- gollum
- installation
- installation_repositories
- issue_comment
- issues
- label
- marketplace_purchase
- member
- membership
- milestone
- organization
- org_block
- page_build
- project_card
- project_column
- project
- public
- pull_request_review_comment
- pull_request_review
- pull_request
- push
- release
- repository
- status
- team
- team_add
- watch
- integration_installation_repositories
stages:
backup:
image: extensions/backup-event:stable
stale-issues-bot:
triggers:
- cron:
schedule: '0 10 * * *'
clone: true
stages:
welcome:
image: extensions/github-stale-issue-bot:stable