Skip to content

Commit 4ca8ebd

Browse files
committed
ci: enable the /babar bot
1 parent 6797640 commit 4ca8ebd

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/babar.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Babar
2+
3+
on:
4+
issue_comment:
5+
types: [created]
6+
7+
jobs:
8+
babar:
9+
if: ${{ startsWith(github.event.comment.body, '/babar ') }}
10+
uses: n3oltd/actions/.github/workflows/n3o-babar.yml@main
11+
secrets: inherit

0 commit comments

Comments
 (0)