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 4cfa5a3 commit 3e4db58Copy full SHA for 3e4db58
.github/workflows/pr_metadata_check.yml
@@ -34,4 +34,4 @@ jobs:
34
35
- name: Run the check script
36
run: |
37
- ./scripts/ci/do_not_merge.py -p "${{ github.event.pull_request.number }}"
+ python -u scripts/ci/do_not_merge.py -p "${{ github.event.pull_request.number }}"
0 commit comments