Skip to content

Commit

Permalink
ci: PR checker interval (#1308)
Browse files Browse the repository at this point in the history
Need to specify flag with 'gh pr merge'
```
--merge, --rebase, or --squash required when not running interactively
```

See failure:

https://github.com/Mellanox/network-operator/actions/runs/13098322826/job/36544958292
  • Loading branch information
heyvister1 authored Feb 3, 2025
2 parents 57d3937 + d84b486 commit 5e0093d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-pr-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
uses: poseidon/[email protected]
with:
token: ${{ secrets.GH_TOKEN_NVIDIA_CI_CD }}
timeout: 4h
timeout: 14400
interval: 60
update_network_operator_version:
needs:
- wait_for_ci
Expand All @@ -29,4 +30,4 @@ jobs:
with:
sparse-checkout: .
- run:
gh pr merge $PR_NUMBER
gh pr merge $PR_NUMBER --merge --delete-branch

0 comments on commit 5e0093d

Please sign in to comment.