Skip to content

Can I buy one licence for the UI kit for now and then increase it if and when we have more designers on the team? #321

Can I buy one licence for the UI kit for now and then increase it if and when we have more designers on the team?

Can I buy one licence for the UI kit for now and then increase it if and when we have more designers on the team? #321

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