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 a5c213e commit 1267aebCopy full SHA for 1267aeb
.github/workflows/stubsabot.yml
@@ -41,7 +41,7 @@ jobs:
41
# Parse stubsabot.py output to find stubs that should be tested.
42
set -o pipefail
43
exec 5>&1
44
- STUBS=$(script -qfc "GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} python scripts/stubsabot.py --action-level everything" /dev/null \
+ STUBS=$(script -qfc "GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} python scripts/stubsabot.py --action-level nothing" /dev/null \
45
| tee >(cat - >&5) \
46
| sed -r "s/\x1B\[[0-9;]*[mK]//g" \
47
| grep 'should be tested by stubsabot' \
0 commit comments