Skip to content

fix(table): fix the bottom slot content of table is missing when usin… #227

fix(table): fix the bottom slot content of table is missing when usin…

fix(table): fix the bottom slot content of table is missing when usin… #227

name: Issue Mark Duplicate
on:
issue_comment:
types: [created, edited]
jobs:
mark-duplicate:
runs-on: ubuntu-latest
steps:
- name: mark-duplicate
uses: actions-cool/issues-helper@v2
with:
actions: 'mark-duplicate'
token: ${{ secrets.GITHUB_TOKEN }}
duplicate-labels: "🔄 Duplicate"
close-issue: true