File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060 # Enable GitHub auto merge
6161 - name : Auto merge
6262 uses : alexwilson/enable-github-automerge-action@56e3117d1ae1540309dc8f7a9f2825bc3c5f06ff # v2.0.0
63- if : startsWith(steps.branchname.outputs.branch, 'dependabot/')
63+ if : startsWith(steps.branchname.outputs.branch, 'dependabot/') && (github.event.pull_request.action == 'opened' || github.event.pull_request.action == 'reopened')
6464 with :
6565 github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 5858
5959 - name : Upload blob report to GitHub Actions Artifacts
6060 if : ${{ !cancelled() }}
61- uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
61+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
6262 with :
6363 name : blob-report-${{ matrix.shardIndex }}
6464 path : blob-report
9696 run : npx playwright merge-reports --reporter html,github ./all-blob-reports
9797
9898 - name : Upload HTML report
99- uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
99+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
100100 with :
101101 name : html-report--attempt-${{ github.run_attempt }}
102102 path : playwright-report
You can’t perform that action at this time.
0 commit comments