[WIP] React next #18
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
Check failure on line 15 in .github/workflows/closed-issue-message.yml GitHub Actions / .github/workflows/closed-issue-message.ymlInvalid workflow file
|
||
permissions: | ||
contents: read | ||
issues: write |