Homebrew / actions

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

limit-pull-requests: various improvements #504

Closed ZhongRuoyu closed 8 months ago

ZhongRuoyu commented 8 months ago
  1. Avoid referencing inputs directly in shell scripts to prevent code injection.
  2. Set GH_REPO to ${{ github.repository }}. This is already set in triage.yml in Homebrew/homebrew-core, but if it's not and the repo is not checked out, gh will complain.
  3. Update readme.