Skip to content

Commit

Permalink
[infra] Add closing message workflow (#43450)
Browse files Browse the repository at this point in the history
  • Loading branch information
michelengelen authored Aug 26, 2024
1 parent 129a3ef commit 3226205
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/closed-issue-message.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Add closing message to issue

on:
issues:
types:
- closed
workflow_call:

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
issues: write
1 change: 1 addition & 0 deletions .github/workflows/support-stackoverflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ jobs:
If you have a question on Stack Overflow, you are welcome to link to it here, it might help others.
If your issue is subsequently confirmed as a bug, and the report follows the issue template, it can be reopened.
close-issue: true
issue-close-reason: 'not planned'
lock-issue: false

0 comments on commit 3226205

Please sign in to comment.