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 06c9c78 commit 355e8e4Copy full SHA for 355e8e4
.github/workflows/auto-merge-dependabot.yml
@@ -18,6 +18,12 @@ jobs:
18
uses: dependabot/fetch-metadata@v2.4.0
19
with:
20
github-token: "${{ secrets.GITHUB_TOKEN }}"
21
+
22
+ - name: Add custom labels
23
+ run: gh pr edit "${{github.event.pull_request.html_url}}" --add-label "with-nightly-tests"
24
+ env:
25
+ GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
26
27
- name: Enable auto-merge for Dependabot PRs
28
if: ${{ steps.metadata.outputs.update-type == 'version-update:semver-minor' || steps.metadata.outputs.update-type == 'version-update:semver-patch'}}
29
run: gh pr merge --auto --squash "$PR_URL"
0 commit comments