We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a757e8 commit 36c985fCopy full SHA for 36c985f
.github/workflows/assign-xls-number.yml
@@ -16,6 +16,8 @@ jobs:
16
uses: actions/github-script@v7
17
with:
18
script: |
19
+ core.setOutput('has_write_approval', 'false');
20
+
21
const { data: reviews } = await github.rest.pulls.listReviews({
22
owner: context.repo.owner,
23
repo: context.repo.repo,
0 commit comments