We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42db30c commit ffc4f36Copy full SHA for ffc4f36
.github/workflows/probot-check-group.yml
@@ -14,7 +14,7 @@ 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@v2
+ - uses: Lightning-AI/probot@v3
18
env:
19
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20
with:
0 commit comments