Commit ab36d4c 1 parent 99f4aa2 commit ab36d4c Copy full SHA for ab36d4c
File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 15
15
uses : dependabot/fetch-metadata@v1
16
16
with :
17
17
github-token : " ${{ secrets.GITHUB_TOKEN }}"
18
+ - name : Approve a PR
19
+ if : steps.metadata.outputs.update-type == 'version-update:semver-patch'
20
+ run : gh pr review --approve "$PR_URL"
21
+ env :
22
+ PR_URL : ${{github.event.pull_request.html_url}}
23
+ GH_TOKEN : ${{secrets.GITHUB_TOKEN}}
18
24
- name : Enable auto-merge for Dependabot PRs
19
25
if : steps.metadata.outputs.update-type == 'version-update:semver-patch'
20
26
run : gh pr merge --auto --merge "$PR_URL"
Original file line number Diff line number Diff line change 71
71
uses : chromaui/action@v10
72
72
with :
73
73
projectToken : ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
74
+ onlyChanged : true # 👈 Required option to enable TurboSnap
75
+ skip : " @(renovate/**|dependabot/**)"
You can’t perform that action at this time.
0 commit comments