Skip to content

Commit

Permalink
ci: Add commenter workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Mar 7, 2020
1 parent 99cc446 commit 97cfcd8
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/commenter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Commenter

on:
issues:
types:
- labeled
pull_request:
types:
- labeled

jobs:
comment:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
with:
ref: v0.1.2

- name: Commenter
uses: ./
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 97cfcd8

Please sign in to comment.