File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed
Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -3,26 +3,32 @@ name: After APIView
33on :
44 check_run :
55 types : [completed]
6-
6+
77permissions :
88 pull-requests : write
99 contents : read
1010
1111jobs :
1212 post-apiview :
1313 name : After APIView
14- runs-on : ["self-hosted", "1ES.Pool=azsdk-pool-github-runners", "JobId=azsdk-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}"]
14+ runs-on :
15+ [
16+ " self-hosted" ,
17+ " 1ES.Pool=azsdk-pool-github-runners" ,
18+ " JobId=azsdk-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}" ,
19+ ]
1520 if : |
1621 toJson(github.event.check_run.pull_requests) != '[]' &&
1722 github.event.check_run.check_suite.app.name == 'Azure Pipelines' && (
1823 contains(github.event.check_run.name, 'Build Build') ||
19- contains(github.event.check_run.name, 'Build Analyze') )
24+ contains(github.event.check_run.name, 'Build Analyze') ||
25+ contains(github.event.check_run.name, 'SDK Validation') )
2026 steps :
2127 - name : Checkout
2228 uses : actions/checkout@v6
2329 with :
24- sparse-checkout : ' eng/common'
25-
30+ sparse-checkout : " eng/common"
31+
2632 - name : Create APIView Comment on PR
2733 run : |
2834 . "eng/common/scripts/Helpers/ApiView-Helpers.ps1"
You can’t perform that action at this time.
0 commit comments