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:
1
.github/workflows/no-response.yaml
vendored
1
.github/workflows/no-response.yaml
vendored
@@ -17,6 +17,7 @@ permissions:
|
||||
jobs:
|
||||
noResponse:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.repository == 'flutter/flutter' }}
|
||||
steps:
|
||||
- uses: lee-dohm/no-response@9bb0a4b5e6a45046f00353d5de7d90fb8bd773bb
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user