Skip to content

Commit e0bce6f

Browse files
committed
Add co-authors when merging PRs with multiple committers /2
1 parent bd70c6a commit e0bce6f

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

readme.md

+1
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ GitHub Enterprise is also supported. More info in the options.
100100
- [View linked gists inline in comments.](https://user-images.githubusercontent.com/6978877/33911900-c62ee968-df8b-11e7-8685-506ffafc60b4.PNG)
101101
- [Use the pull request description as the commit message when merging with `Squash and merge`.](https://github.com/sindresorhus/refined-github/issues/1322).
102102
- [Access related pages on 404 pages.](https://user-images.githubusercontent.com/1402241/46402857-7bdada80-c733-11e8-91a1-856573078ff5.png)
103+
- [Add co-authors when merging PRs with multiple committers.](https://user-images.githubusercontent.com/1402241/51468821-71a42100-1da2-11e9-86aa-fc2a6a29da84.png)
103104

104105
### More actions
105106

source/content.css

-5
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,6 @@
8585
color: #808080;
8686
}
8787

88-
/* Position the co-author button next to the merge button */
89-
.rgh-coauthor-button {
90-
float: none !important;
91-
}
92-
9388
/* Remove top buttons on comment box */
9489
.timeline-comment-wrapper .tabnav-extra,
9590
.inline-comment-form-container .tabnav-extra {

source/options.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h2 class="only-firefox">Options</h2>
2727

2828
<p>
2929
<label>
30-
<strong>Personal token</strong>, <a href="https://github.com/settings/tokens/new?description=Refined%20GitHub&scopes=repo,user:email" target="_blank">found here</a> (for high rate API calls and private repos)<br>
30+
<strong>Personal token</strong>, <a href="https://github.com/settings/tokens/new?description=Refined%20GitHub&scopes=repo" target="_blank">found here</a> (for high rate API calls and private repos)<br>
3131
<!-- placeholder is set to enable use of :placeholder-shown CSS selector -->
3232
<input name="personalToken" spellcheck="false" autocomplete="off" size="40" maxlength="40" pattern="[\da-f]{40}" placeholder=" "></input>
3333
</label>

0 commit comments

Comments
 (0)