Make no-response plugin no-op for forks. (#88058)

This will still run the workflow in forks but it will exit immediately
if the repository is not flutter/flutter.

Bug: https://github.com/flutter/flutter/issues/87573
This commit is contained in:
godofredoc 2021-08-11 14:40:28 -07:00 committed by GitHub
parent cb651352dd
commit 4ad8c15f34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,7 @@ permissions:
jobs:
noResponse:
runs-on: ubuntu-latest
if: ${{ github.repository == 'flutter/flutter' }}
steps:
- uses: lee-dohm/no-response@9bb0a4b5e6a45046f00353d5de7d90fb8bd773bb
with: