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:
GabyCT
2021-10-11 09:36:04 -05:00
committed by GitHub

View File

@@ -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: |