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

run actions sequentially

This commit is contained in:
张志豪 2020-12-26 16:05:17 +08:00
parent 18b20a9134
commit ddf9f62278

View File

@ -14,6 +14,7 @@ jobs:
parameters: '[ {"keywords": ["RainbowHighlightVisitor.kt:35"], "labels": ["invalid"]} ]'
github-token: "${{ secrets.GITHUB_TOKEN }}"
Close:
needs: [Label]
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3.0.14