spedwin
Results
1
comments of
spedwin
^ the command above doesn't work for me but this does. `hosting:channel:list --site= | awk -v pr_number="pr${{ github.event.pull_request.number }}" '$0 ~ pr_number { print $2 }' | xargs -I {}...