mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-03 18:04:16 +00:00
Merge pull request #2799 from liubin/fix/github-action-format
GitHubActions: fix invalid format of require-pr-porting-labels.yaml
This commit is contained in:
@@ -12,8 +12,7 @@ on:
|
|||||||
- reopened
|
- reopened
|
||||||
- labeled
|
- labeled
|
||||||
- unlabeled
|
- unlabeled
|
||||||
pull_request:
|
branches:
|
||||||
branches:
|
|
||||||
- main
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -32,8 +31,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Checkout code to allow hub to communicate with the project
|
- name: Checkout code to allow hub to communicate with the project
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
|
||||||
token: ${{ secrets.KATA_GITHUB_ACTIONS_TOKEN }}
|
|
||||||
|
|
||||||
- name: Install porting checker script
|
- name: Install porting checker script
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user