This repository has been archived by the owner on Jan 1, 2024. It is now read-only.
Updating from 1.7.17 to 3.2.21 renders every single profile useless - 3.3.0 crashes when editing legacy profile #29
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Duplicate Issue' | |
on: | |
issues: | |
types: [labeled, unlabeled, reopened] | |
permissions: | |
issues: write | |
jobs: | |
action: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: dessant/support-requests@v2 | |
with: | |
github-token: ${{ github.token }} | |
support-label: 'duplicate' | |
issue-comment: > | |
:wave: @{issue-author}, one or more issues for this topic already exist, | |
please follow those instead of opening another one. Use the search function | |
to find issues related to your troubles. Thank you! | |
close-issue: true | |
lock-issue: true | |
issue-lock-reason: 'off-topic' |