Skip to content

Commit 3ce8732

Browse files
authored
Merge pull request #140 from bfabio/bot
chore: add helper bot
2 parents 2d1f1d7 + a192582 commit 3ce8732

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)