Skip to content

Commit

Permalink
[infra] Adds reusable workflow for closing message on issues (#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
michelengelen authored Sep 16, 2024
1 parent 53e0a71 commit 74be2cf
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/closed-issue-message.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Add closing message to issue

on:
issues:
types:
- closed

permissions: {}

jobs:
add-comment:
name: Add closing message
uses: mui/mui-public/.github/workflows/issues_add-closing-message.yml@master
permissions:
contents: read
issues: write

0 comments on commit 74be2cf

Please sign in to comment.