You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message: Description matter and should not be empty. Provide detail with either **what** was changed, **why** it was changed, or **how** it was changed.
19
+
- when: schedule.repository
20
+
name: 'Check stale PR and issues'
21
+
validate:
22
+
- do: stale
23
+
days: 20
24
+
type: pull_request, issues
25
+
pass:
26
+
- do: comment
27
+
payload:
28
+
body: This is old. Is it still relevant?
29
+
- when: pull_request.opened
30
+
name: 'Greet a contributor'
31
+
validate: []
32
+
pass:
33
+
- do: comment
34
+
payload:
35
+
body: >
36
+
Thanks for creating a pull request! A maintainer will review your changes shortly. Please don't be discouraged if it takes a while.
0 commit comments