Skip to content

Commit

Permalink
[infra] Adds reusable workflow for issue cleanup (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
michelengelen committed Sep 16, 2024
1 parent 74be2cf commit 42d6259
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 52 deletions.
52 changes: 0 additions & 52 deletions .github/workflows/issue-cleanup.yml

This file was deleted.

15 changes: 15 additions & 0 deletions .github/workflows/new-issue-triage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: New issue triage
on:
issues:
types:
- opened

permissions: {}

jobs:
issue_cleanup:
name: Clean issue body
uses: mui/mui-public/.github/workflows/issues_body-cleanup.yml@master
permissions:
contents: read
issues: write

0 comments on commit 42d6259

Please sign in to comment.