Skip to content

Commit

Permalink
ci: fix workflow name [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris authored Mar 8, 2020
1 parent 0e5de85 commit 35315b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/commenter.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Commenter
name: Label Commenter

on:
issues:
Expand All @@ -11,7 +11,7 @@ on:
- unlabeled

jobs:
comment:
label-commenter:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 35315b2

Please sign in to comment.