We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 577c052 commit 296979cCopy full SHA for 296979c
.github/workflows/dependencies.yml
@@ -17,6 +17,12 @@ jobs:
17
uses: dependabot/fetch-metadata@08eff52bf64351f401fb50d4972fa95b9f2c2d1b # v2.4.0
18
with:
19
github-token: "${{ secrets.GITHUB_TOKEN }}"
20
+ - name: Milestone
21
+ if: steps.metadata.outputs.update-type == 'version-update:semver-patch' || steps.metadata.outputs.update-type == 'version-update:semver-minor'
22
+ run: gh pr edit --milestone "Next Release" "$PR_URL"
23
+ env:
24
+ PR_URL: ${{github.event.pull_request.html_url}}
25
+ GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
26
- name: Approve
27
if: steps.metadata.outputs.update-type == 'version-update:semver-patch' || steps.metadata.outputs.update-type == 'version-update:semver-minor'
28
run: gh pr review --approve "$PR_URL"
0 commit comments