Skip to content
This repository has been archived by the owner on May 11, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' into all-contributors/add-kaborja
Browse files Browse the repository at this point in the history
  • Loading branch information
Seniru committed Sep 18, 2019
2 parents e75297f + 069bc22 commit f9df4eb
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 7 deletions.
12 changes: 11 additions & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,23 @@
"code"
]
},
{
{
"login": "kaborja",
"name": "kaborja",
"avatar_url": "https://avatars0.githubusercontent.com/u/36646591?v=4",
"profile": "https://github.com/kaborja",
"contributions": [
"code"
]
},
{
"login": "all-contributors",
"name": "All Contributors",
"avatar_url": "https://avatars1.githubusercontent.com/u/46410174?v=4",
"profile": "https://allcontributors.org",
"contributions": [
"infra"

]
}
],
Expand Down
14 changes: 8 additions & 6 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: Labeler
on: [pull_request]

jobs:
label:
on: [pull_request_review, pull_request_review_comment]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/labeler@v2
- uses: actions/checkout@master
- name: Labeler
uses: estrada9166/labeler@v1
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CONFIG_PATH: ../labeler-config.yml
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center"><a href="https://github.com/Seniru"><img src="https://avatars2.githubusercontent.com/u/34127015?v=4" width="100px;" alt="Seniru Pasan Indira"/><br /><sub><b>Seniru Pasan Indira</b></sub></a><br /><a href="https://github.com/Seniru/TFM_Clicker/commits?author=Seniru" title="Code">💻</a> <a href="#design-Seniru" title="Design">🎨</a> <a href="https://github.com/Seniru/TFM_Clicker/commits?author=Seniru" title="Documentation">📖</a></td>
<td align="center"><a href="https://github.com/Overjoy06-Creator"><img src="https://avatars3.githubusercontent.com/u/53297297?v=4" width="100px;" alt="Overjoy06"/><br /><sub><b>Overjoy06</b></sub></a><br /><a href="#ideas-Overjoy06-Creator" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/Seniru/TFM_Clicker/commits?author=Overjoy06-Creator" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/kaborja"><img src="https://avatars0.githubusercontent.com/u/36646591?v=4" width="100px;" alt="kaborja"/><br /><sub><b>kaborja</b></sub></a><br /><a href="https://github.com/Seniru/TFM_Clicker/commits?author=kaborja" title="Code">💻</a></td>
<td align="center"><a href="https://allcontributors.org"><img src="https://avatars1.githubusercontent.com/u/46410174?v=4" width="100px;" alt="All Contributors"/><br /><sub><b>All Contributors</b></sub></a><br /><a href="#infra-all-contributors" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
</tr>
</table>

Expand Down
20 changes: 20 additions & 0 deletions labeler-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
onComment:
set:
- help wanted
- WIP

onApproved:
remove:
- help wanted
set:
- First review
- Ready to merge

onChangesRequested:
remove:
- bug
- invalid
- duplicate
- help wanted
set:
- Ready to merge

0 comments on commit f9df4eb

Please sign in to comment.