mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Merge pull request #8686 from dev-slatto:master
PiperOrigin-RevId: 519781643
This commit is contained in:
@@ -9,7 +9,7 @@ jobs:
|
||||
issue_reviver:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
if: github.repository == 'google/gvisor'
|
||||
- run: make run TARGETS="//tools/github" ARGS="-path=. revive"
|
||||
if: github.repository == 'google/gvisor'
|
||||
|
||||
@@ -7,7 +7,7 @@ jobs:
|
||||
label:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/labeler@v2
|
||||
- uses: actions/labeler@v4
|
||||
if: github.base_ref == null
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
|
||||
Reference in New Issue
Block a user