Skip to content

Commit a192582

Browse files
committed
chore: add helper bot
Fix #107.
1 parent 2d1f1d7 commit a192582

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/bot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
on:
2+
issue_comment:
3+
types: [created]
4+
jobs:
5+
bot:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@v2
9+
- uses: publiccodeyml/bot@main
10+
with:
11+
username: yaml-9000
12+
env:
13+
GITHUB_TOKEN: ${{ secrets.YAML_BOT_TOKEN }}

0 commit comments

Comments
 (0)