We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2136831 commit a1885cfCopy full SHA for a1885cf
1 file changed
.github/workflows/pull-request.yml
@@ -31,15 +31,13 @@ jobs:
31
label-test-robot-done: test-robot-done
32
label-test-robot-needed: test-robot-needed
33
34
- ci-gate:
35
- needs: test-robot-check
36
- # name should match the job_id for this action to work
37
- # See https://github.com/DataDog/ensure-ci-success/blob/main/docs/limitations.md
38
- name: ci-gate
+ allchecks:
39
runs-on: ubuntu-latest
+ permissions:
+ checks: read
+ contents: read
40
steps:
41
- - name: Run Ensure CI Success
42
- uses: DataDog/ensure-ci-success@v2
+ - uses: wechuli/allcheckspassed@v2
43
44
# build:
45
# needs: test-robot-unlabel
0 commit comments