Skip to content

Commit 36c985f

Browse files
committed
fix comment issue
1 parent 7a757e8 commit 36c985f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/assign-xls-number.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
uses: actions/github-script@v7
1717
with:
1818
script: |
19+
core.setOutput('has_write_approval', 'false');
20+
1921
const { data: reviews } = await github.rest.pulls.listReviews({
2022
owner: context.repo.owner,
2123
repo: context.repo.repo,

0 commit comments

Comments
 (0)