Skip to content

Commit 7b72a2c

Browse files
committed
Add a required job checker as an action
1 parent 326f756 commit 7b72a2c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Probot
2+
3+
on:
4+
pull_request:
5+
types: [opened]
6+
check_run: {}
7+
workflow_dispatch: {}
8+
9+
jobs:
10+
required-jobs:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: carmocca/probot@v2
14+
env:
15+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)