@@ -2,10 +2,12 @@ name: Analyze Bundle (Comment)
22
33on :
44 workflow_run :
5- workflows : [" Analyze Bundle" ]
5+ workflows : [' Analyze Bundle' ]
66 types :
77 - completed
88
9+ permissions : {}
10+
911jobs :
1012 comment :
1113 runs-on : ubuntu-latest
@@ -25,17 +27,25 @@ jobs:
2527 echo "event-type=$event_type" >> $GITHUB_OUTPUT
2628
2729 - name : Download base branch bundle stats
30+ <<<<<<< HEAD
2831 if : github.event.workflow_run.conclusion == 'success' && steps.get-type.outputs.event-type == 'pull_request'
2932 uses : dawidd6/action-download-artifact@v3
33+ =======
34+ uses : dawidd6/action-download-artifact@268677152d06ba59fcec7a7f0b5d961b6ccd7e1e
35+ >>>>>>> f6d762cbbf958ca45bb8d1d011b31e5289e43a3d
3036 with :
3137 workflow : analyze.yml
3238 run_id : ${{ github.event.workflow_run.id }}
3339 name : analysis_comment.txt
3440 path : analysis_comment.txt
3541
3642 - name : Download PR number
43+ <<<<<<< HEAD
3744 if : github.event.workflow_run.conclusion == 'success' && steps.get-type.outputs.event-type == 'pull_request'
3845 uses : dawidd6/action-download-artifact@v3
46+ =======
47+ uses : dawidd6/action-download-artifact@268677152d06ba59fcec7a7f0b5d961b6ccd7e1e
48+ >>>>>>> f6d762cbbf958ca45bb8d1d011b31e5289e43a3d
3949 with :
4050 workflow : analyze.yml
4151 run_id : ${{ github.event.workflow_run.id }}
6171 echo "pr-number=$pr_number" >> $GITHUB_OUTPUT
6272
6373 - name : Comment
64- uses : marocchino/sticky-pull-request-comment@v2
74+ uses : marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728
6575 with :
6676 header : next-bundle-analysis
6777 number : ${{ steps.get-comment-body.outputs.pr-number }}
0 commit comments