mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Run labeller only for non-forked pull requests.
Otherwise the labeller will generate an error each time. PiperOrigin-RevId: 309505731
This commit is contained in:
committed by
gVisor bot
parent
40d6aae122
commit
89562b5b2b
@@ -7,5 +7,6 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/labeler@v2
|
||||
if: github.base_ref == null
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
|
||||
Reference in New Issue
Block a user