We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2c1974 commit 6c8ee01Copy full SHA for 6c8ee01
.github/workflows/probot-check-group.yml
@@ -14,12 +14,12 @@ jobs:
14
if: github.event.pull_request.draft == false
15
timeout-minutes: 61 # in case something is wrong with the internal timeout
16
steps:
17
- - uses: Lightning-AI/probot@v4
+ - uses: Lightning-AI/probot@v5
18
env:
19
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20
with:
21
job: check-group
22
interval: 180 # seconds
23
timeout: 60 # minutes
24
- maintainers: '@Lightning-AI/lai-frameworks'
25
- owner: '@carmocca'
+ maintainers: 'Lightning-AI/lai-frameworks'
+ owner: 'carmocca'
0 commit comments