We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d1f1d7 commit a192582Copy full SHA for a192582
1 file changed
.github/workflows/bot.yml
@@ -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