Homebrew / actions

🚀 Homebrew's GitHub Actions
BSD 2-Clause "Simplified" License
122 stars 39 forks source link

limit-pull-requests: convert strings to numbers before comparing them #501

Closed ZhongRuoyu closed 8 months ago

ZhongRuoyu commented 8 months ago

Otherwise we'd see funny results.

See https://docs.github.com/en/actions/learn-github-actions/expressions#operators.

MikeMcQuaid commented 8 months ago

Good catch, thanks @ZhongRuoyu!