Skip to content

Commit

Permalink
chore: commenter workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenjoezhang committed May 31, 2021
1 parent 470af4c commit db9884e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/commenter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Commenter

on: [pull_request_target]

jobs:
tester:
runs-on: ubuntu-latest
steps:
- name: Comment PR
uses: marocchino/sticky-pull-request-comment@v2
with:
message: |
## How to test
```sh
git clone -b ${{ github.head_ref }} https://github.com/${{ github.repository }}.git
cd hexo
npm install
npm test
```

0 comments on commit db9884e

Please sign in to comment.