mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
89562b5b2b
Otherwise the labeller will generate an error each time. PiperOrigin-RevId: 309505731
13 lines
216 B
YAML
13 lines
216 B
YAML
name: "Labeler"
|
|
on:
|
|
- pull_request
|
|
|
|
jobs:
|
|
label:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/labeler@v2
|
|
if: github.base_ref == null
|
|
with:
|
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|