Skip to content
Merged
2 changes: 1 addition & 1 deletion .github/workflows/flaky-test-detection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Upload test results to Mergify
if: success() || failure()
uses: mergifyio/gha-mergify-ci@v14
uses: mergifyio/gha-mergify-ci@v22
with:
token: ${{ secrets.MERGIFY_TOKEN }}
flaky_test_detection: true
Expand Down
Loading