1
0
mirror of https://github.com/chylex/IntelliJ-Rainbow-Brackets.git synced 2025-05-14 12:34:03 +02:00

add 'label-and-close-issue.yml'

This commit is contained in:
张志豪 2020-12-26 15:59:39 +08:00
parent f14d77cb01
commit 18b20a9134
2 changed files with 11 additions and 11 deletions

View File

@ -1,8 +0,0 @@
matchTitle: true
matchBody: true
caseSensitive: false
labelMappings:
"RainbowHighlightVisitor.kt:35": invalid

View File

@ -1,11 +1,19 @@
name: "Close wontfix issues"
name: "Label and close wontfix issues"
on:
issues:
types: [labeled]
types: [opened]
jobs:
stale:
Label:
runs-on: ubuntu-latest
steps:
- uses: Naturalclar/issue-action@v2.0.2
with:
title-or-body: "both"
parameters: '[ {"keywords": ["RainbowHighlightVisitor.kt:35"], "labels": ["invalid"]} ]'
github-token: "${{ secrets.GITHUB_TOKEN }}"
Close:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3.0.14