Skip to content

Commit fb52fff

Browse files
committed
Revert "ci: drop group probot (#14456)"
This reverts commit 6188593.
1 parent 7b1508d commit fb52fff

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Probot
2+
3+
on:
4+
check_run: {}
5+
pull_request: {}
6+
issue_comment: {types: [created]}
7+
8+
jobs:
9+
required-jobs:
10+
runs-on: ubuntu-latest
11+
if: github.event_name != 'issue_comment' || contains(github.event.comment.body, '@probot pls')
12+
timeout-minutes: 5
13+
steps:
14+
- uses: carmocca/probot@v2
15+
env:
16+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)