Skip to content

Bump GitHub Actions #49

Bump GitHub Actions

Bump GitHub Actions #49

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@7be72cacdb8e39cb03f27e7e7c1e99026455f7a3

Check failure on line 15 in .github/workflows/closed-issue-message.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/closed-issue-message.yml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
permissions:
contents: read
issues: write