Skip to content
Prev Previous commit
Next Next commit
attempt №3
  • Loading branch information
donbarbos committed Oct 22, 2025
commit 1267aebee7d41db6d7d4ea0664d49ab3bdf88e6d
2 changes: 1 addition & 1 deletion .github/workflows/stubsabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# Parse stubsabot.py output to find stubs that should be tested.
set -o pipefail
exec 5>&1
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 \
| tee >(cat - >&5) \
| sed -r "s/\x1B\[[0-9;]*[mK]//g" \
| grep 'should be tested by stubsabot' \
Expand Down