Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Commit

Permalink
fix(auto_close): use correct argument for close reason (#4060)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored May 17, 2024
1 parent b445d28 commit 0bcc74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-update-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ jobs:
GH_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
run: |
comment=$(cat auto_close.md)
close_reason="not_planned"
close_reason="not planned"
lock_reason="resolved"
gh issue close ${{ github.event.issue.number }} --comment "${comment}" --reason "${close_reason}"
Expand Down

0 comments on commit 0bcc74f

Please sign in to comment.