File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -27,19 +27,18 @@ jobs:
2727 with :
2828 node-version : 22.x
2929
30- # https://cli.github.com/manual/gh_issue_create
31- - run : |
32- gh issue create --title "Issue report" --body "$NUM_OPEN_ISSUES issues remaining" --repo $GITHUB_REPOSITORY
33- env:
34- GH_TOKEN: ${{ github.token }}
35- ISSUE: ${{ github.event.issue.html_url }}
30+ # https://cli.github.com/manual/gh_issue_create
31+ # - run: |
32+ # gh issue create --title "Issue report" --body "$NUM_OPEN_ISSUES issues remaining" --repo $GITHUB_REPOSITORY
33+ # env:
34+ # GH_TOKEN: ${{ github.token }}
35+ # ISSUE: ${{ github.event.issue.html_url }}
3636
3737 - name : check existing issue
3838 # use --author github-actions and improve --search
39- shell : pwsh
39+ # shell: pwsh
4040 run : |
41- $result = gh issue list --search "\"${{ env.REPORT_ID }}\" in:body" --repo $GITHUB_REPOSITORY
42- echo $result
41+ gh issue list --search "\"${{ env.REPORT_ID }}\" in:body" --repo $GITHUB_REPOSITORY
4342 env :
4443 GH_TOKEN : ${{ github.token }}
4544 # ISSUE: ${{ github.event.issue.html_url }}
You can’t perform that action at this time.
0 commit comments