Skip to content

Commit

Permalink
feat: add hacktoberfest label (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
agonzalez0515 authored and gr2m committed Sep 27, 2017
1 parent a21ae81 commit 6c4dbf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/handle-create-event.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function handleCreateEvent (context) {
repo: repository.name,
branch: ref,
template,
labels: ['first-timers-only'],
labels: ['first-timers-only', 'hacktoberfest'],
sha: null
}

Expand Down

0 comments on commit 6c4dbf3

Please sign in to comment.