Skip to content

Build(deps): Bump graphql from 15.6.1 to 16.6.0 #120

Build(deps): Bump graphql from 15.6.1 to 16.6.0

Build(deps): Bump graphql from 15.6.1 to 16.6.0 #120

name: Mark Issue Duplicate
on:
issue_comment:
types:
- created
permissions:
issues: write
jobs:
mark-duplicate:
runs-on: ubuntu-latest
if: ${{ !github.event.issue.pull_request && startsWith(github.event.comment.body, 'Duplicate of ') }}
steps:
- uses: actions-cool/[email protected]
with:
actions: "mark-duplicate"
token: ${{ secrets.GITHUB_TOKEN }}
duplicate-labels: "type:duplicate"
close-issue: true