+4
-2
.github/workflows/merge-group.yml
+4
-2
.github/workflows/merge-group.yml
···# This job's only purpose is to create the target for the "Required Status Checks" branch ruleset.······+state: JSON.parse(process.env.RESULTS).every(result => result == 'success') ? 'success' : 'error',
+4
-2
.github/workflows/pr.yml
+4
-2
.github/workflows/pr.yml
···# This job's only purpose is to create the target for the "Required Status Checks" branch ruleset.······+state: JSON.parse(process.env.RESULTS).every(status => status == 'success') ? 'success' : 'error',