Skip to content

Commit 1118f2a

Browse files
committed
s
1 parent 4dc4f6a commit 1118f2a

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.github/workflows/create-outdated-packages-issue.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)