Skip to content

Commit 6c8ee01

Browse files
authored
Enable Probot CheckGroup v5 (#15670)
1 parent c2c1974 commit 6c8ee01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/probot-check-group.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
if: github.event.pull_request.draft == false
1515
timeout-minutes: 61 # in case something is wrong with the internal timeout
1616
steps:
17-
- uses: Lightning-AI/probot@v4
17+
- uses: Lightning-AI/probot@v5
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2020
with:
2121
job: check-group
2222
interval: 180 # seconds
2323
timeout: 60 # minutes
24-
maintainers: '@Lightning-AI/lai-frameworks'
25-
owner: '@carmocca'
24+
maintainers: 'Lightning-AI/lai-frameworks'
25+
owner: 'carmocca'

0 commit comments

Comments
 (0)