We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44f2f31 commit 5945895Copy full SHA for 5945895
1 file changed
.github/workflows/codeball.yml
@@ -27,6 +27,8 @@ jobs:
27
with:
28
name: "codeball:approved"
29
color: "86efac" # green
30
+ codeball-job-id: ${{ steps.codeball_baller.outputs.codeball-job-id }}
31
+
32
33
# If Codeball did not approve the contribution, add a "codeball:needs-review" label
34
- name: Label Approved
@@ -35,8 +37,11 @@ jobs:
35
37
36
38
name: "codeball:needs-review"
39
color: "bfdbfe" # blue
40
41
42
# If Codeball approved the contribution, approve the PR
43
- name: Approve PR
44
uses: sturdy-dev/codeball-action/approver@v2
45
if: ${{ steps.codeball_status.outputs.approved == 'true' }}
46
+ with:
47
0 commit comments