Skip to content

Commit

Permalink
added state_reason check to only run this on "completed" issues
Browse files Browse the repository at this point in the history
  • Loading branch information
michelengelen committed Aug 26, 2024
1 parent 9284568 commit b67700b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/closed-issue-message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ permissions: {}
jobs:
add-comment:
name: Add closing message
if: github.event.issue.state_reason == 'completed'
uses: mui/mui-public/.github/workflows/reusable/add-closing-message-to-issue.yml@04275a99fe10cee127ee417b8a872cfebc7d08e7
permissions:
contents: read
Expand Down

0 comments on commit b67700b

Please sign in to comment.