mirror of
https://github.com/chylex/IntelliJ-Rainbow-Brackets.git
synced 2025-04-11 03:15:49 +02:00
Remove label check
This commit is contained in:
parent
ddf9f62278
commit
661d8b6b54
1
.github/workflows/label-and-close-issue.yml
vendored
1
.github/workflows/label-and-close-issue.yml
vendored
@ -18,7 +18,6 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/stale@v3.0.14
|
||||
if: contains(github.event.issue.labels.*.name, 'invalid')
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
days-before-stale: 0
|
||||
|
Loading…
Reference in New Issue
Block a user