FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-can/.mergify.yml at develop · feuerball/python-can · GitHub
feuerball
/
python-can
Public
forked from
hardbyte/python-can
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
python-can
/
.mergify.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
25 lines (23 loc) · 691 Bytes
Breadcrumbs
python-can
/
.mergify.yml
Copy path
File metadata and controls
25 lines (23 loc) · 691 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
queue_rules
:
-
name
:
default
conditions
:
-
"
status-success=test
"
#
"GitHub Actions works slightly differently [...], only the job name is used."
-
"
status-success=format
"
pull_request_rules
:
-
name
:
Automatic merge passing PR on up to date branch with approving CR
conditions
:
-
"
base=develop
"
-
"
#approved-reviews-by>=1
"
-
"
#review-requested=0
"
-
"
#changes-requested-reviews-by=0
"
-
"
status-success=test
"
-
"
status-success=format
"
-
"
label!=work-in-progress
"
actions
:
queue
:
name
:
default
-
name
:
Delete head branch after merge
conditions
:
-
merged
actions
:
delete_head_branch
:
{}
Back
|
FazBrowse Home
|
New Git URL