mirror of
https://github.com/chylex/IntelliJ-Rainbow-Brackets.git
synced 2025-05-29 02:34:02 +02:00
run actions sequentially
This commit is contained in:
parent
18b20a9134
commit
ddf9f62278
1
.github/workflows/label-and-close-issue.yml
vendored
1
.github/workflows/label-and-close-issue.yml
vendored
@ -14,6 +14,7 @@ jobs:
|
|||||||
parameters: '[ {"keywords": ["RainbowHighlightVisitor.kt:35"], "labels": ["invalid"]} ]'
|
parameters: '[ {"keywords": ["RainbowHighlightVisitor.kt:35"], "labels": ["invalid"]} ]'
|
||||||
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
Close:
|
Close:
|
||||||
|
needs: [Label]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/stale@v3.0.14
|
- uses: actions/stale@v3.0.14
|
||||||
|
Loading…
Reference in New Issue
Block a user