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 42e8837 commit 88aee15Copy full SHA for 88aee15
.github/workflows/pr_metadata_check.yml
@@ -36,4 +36,4 @@ jobs:
36
env:
37
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38
run: |
39
- ./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