-
Notifications
You must be signed in to change notification settings - Fork 26
/
close_pull_requests.yaml
40 lines (33 loc) · 1.33 KB
/
close_pull_requests.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
# YAML file to give repositories and text to close PRs with
---
# organization/owner
# repository
# close - boolean - close any open PR
# lock - boolean - lock further discussion (must be done manually, but
# URL provided)
# message - str - text for closing comment
- organization: mozilla
repository: gecko-dev
close: True
lock: True
message: (Automated Close) Please do not file PRs here, see https://firefox-source-docs.mozilla.org/contributing/how_to_submit_a_patch.html
- organization: mozilla
repository: gecko-projects
close: True
lock: True
message: (Automated Close) Please do not file PRs here, see https://firefox-source-docs.mozilla.org/contributing/how_to_submit_a_patch.html
- organization: mozilla
repository: build-mozharness
message: (Automated Close) assuming PR created just for testing. File [bug](https://bugzilla.mozilla.org) to land.
lock: False
close: True
- organization: mozilla
repository: build-tools
message: (Automated Close) assuming PR created just for testing. File [bug](https://bugzilla.mozilla.org) to land.
lock: False
close: True
- organization: mozilla
repository: version-control-tools
close: True
lock: True
message: (Automated Close) Please do not file PRs here, see https://mozilla-version-control-tools.readthedocs.io/en/latest/devguide/contributing.html