Skip to content

Theme variables for MUI5 differ in Figma compared to what is in the package #455

Theme variables for MUI5 differ in Figma compared to what is in the package

Theme variables for MUI5 differ in Figma compared to what is in the package #455

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