Skip to content

Commit bee4677

Browse files
committed
feat: add all-green action
1 parent 4fd9785 commit bee4677

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

all-green/action.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: "All Green"
2+
description: "Checks that all required checks have passed and the PR is green."
3+
4+
runs:
5+
using: "composite"
6+
steps:
7+
- name: All Green
8+
uses: wechuli/allcheckspassed@v2
9+
with:
10+
poll: false
11+
delay: 0
12+
retries: 0

0 commit comments

Comments
 (0)