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:
parent
f14d77cb01
commit
18b20a9134
.github
8
.github/keylabeler.yml
vendored
8
.github/keylabeler.yml
vendored
@ -1,8 +0,0 @@
|
||||
matchTitle: true
|
||||
|
||||
matchBody: true
|
||||
|
||||
caseSensitive: false
|
||||
|
||||
labelMappings:
|
||||
"RainbowHighlightVisitor.kt:35": invalid
|
@ -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
|
Loading…
Reference in New Issue
Block a user