File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 99 directory : " /" # Location of package manifests
1010 schedule :
1111 interval : " daily"
12+ time : " 10:50"
Original file line number Diff line number Diff line change 2222 GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
2323 - name : Approve patch and minor updates
2424 if : ${{steps.dependabot-metadata.outputs.update-type == 'version-update:semver-patch' || steps.dependabot-metadata.outputs.update-type == 'version-update:semver-minor'}}
25- run : gh pr review $PR_URL --approve -b "I'm **approving** this pull request because **it includes a patch or minor update**"
25+ run : |
26+ gh pr checkout ${{github.event.pull_request.number}}
27+ git rebase origin/${{github.base_ref}}
28+ gh pr review $PR_URL --approve -b "I'm **approving** this pull request because **it includes a patch or minor update**"
2629 env :
2730 PR_URL : ${{github.event.pull_request.html_url}}
2831 GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
You can’t perform that action at this time.
0 commit comments