Skip to content

Commit

Permalink
Create test-action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xrkffgg authored Feb 18, 2021
1 parent b39d00b commit 182d960
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Maintain One Comment

on: [issues, pull_request]

jobs:
comment:
runs-on: ubuntu-latest
steps:
- name: maintain-comment
uses: actions-cool/maintain-one-comment@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
body: |
Hi 😀
<!-- Created by actions-cool/maintain-one-comment -->
emojis: '+1, laugh'
body-include: '<!-- Created by actions-cool/maintain-one-comment -->'

0 comments on commit 182d960

Please sign in to comment.