Skip to content

You have a new comment on Material UI for Figma (and MUI X) by Lauren Woods #326

You have a new comment on Material UI for Figma (and MUI X) by Lauren Woods

You have a new comment on Material UI for Figma (and MUI X) by Lauren Woods #326

name: Mark duplicate
on:
issue_comment:
types: [created]
jobs:
mark-duplicate:
runs-on: ubuntu-latest
permissions:
contents: read
issues: write
steps:
- name: mark-duplicate
uses: actions-cool/issues-helper@v3
with:
actions: 'mark-duplicate'
token: ${{ secrets.GITHUB_TOKEN }}
duplicate-labels: 'duplicate'
remove-labels: 'status: incomplete,status: waiting for maintainer'
close-issue: true