Add clear instructions to the github trigger setup on how to authorize additional organizations
Until now, this has been quite hard for customers to find
This commit is contained in:
parent
b894d8e58c
commit
1f8e0b72be
3 changed files with 26 additions and 3 deletions
|
@ -0,0 +1,18 @@
|
|||
.gh-button {
|
||||
color: #0366d6;
|
||||
background-color: #fff;
|
||||
padding: 3px 10px;
|
||||
font-size: 12px;
|
||||
border: 1px solid rgba(27,31,35,0.2);
|
||||
border-radius: 0.25em;
|
||||
}
|
||||
|
||||
.gh-grant-message {
|
||||
font-size: 16px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.gh-grant-message b {
|
||||
display: block;
|
||||
margin-bottom: 10px;
|
||||
}
|
Reference in a new issue