Skip to content

Commit

Permalink
ci: 删除注释
Browse files Browse the repository at this point in the history
  • Loading branch information
RockChinQ committed Dec 27, 2023
1 parent 9f3cc9c commit 872b16b
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,7 @@ jobs:
cd qcg-tester
python -m pip install --upgrade pip
pip install -r requirements.txt
# - name: Get PR details
# if: github.event_name == 'issue_comment'
# id: get-pr
# uses: octokit/[email protected]
# with:
# route: GET /repos/${{ github.repository }}/pulls/${{ github.event.issue.number }}
# mediaType: '{"previews": ["shadow-cat"]}'
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - name: Set Got PR Branch as bash env
# if: github.event_name == 'issue_comment'
# run: |
# echo "BRANCH=${{ steps.get-pr.outputs.data.head.ref }}" >> $GITHUB_ENV
- name: Get PR details
id: get-pr
if: github.event_name == 'issue_comment'
Expand Down

0 comments on commit 872b16b

Please sign in to comment.