Skip to content

Commit

Permalink
Update auto-close-issue.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
poriz authored Jan 31, 2024
1 parent 2f641af commit 1a58629
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/auto-close-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
echo "All tasks are completed. Closing issue."
echo "Issue Number: ${{ github.event.issue.number }}"
echo "Issue Body: ${{ github.event.issue.body }}"
echo "goal : https://github.com/zizzic/main_repo/issues/28"
echo "https://github.com/zizzic/main_repo/issues/${{ github.event.issue.number }}"
gh issue close https://github.com/zizzic/main_repo/issues/${{ github.event.issue.number }}
elif [ "$CHECKBOX_TOTAL" -eq "0" ]; then
Expand Down

0 comments on commit 1a58629

Please sign in to comment.