File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1818 uses : dependabot/fetch-metadata@v2.4.0
1919 with :
2020 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+
2127 - name : Enable auto-merge for Dependabot PRs
2228 if : ${{ steps.metadata.outputs.update-type == 'version-update:semver-minor' || steps.metadata.outputs.update-type == 'version-update:semver-patch'}}
2329 run : gh pr merge --auto --squash "$PR_URL"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ permissions:
99 checks : write # For the check run creation !
1010
1111jobs :
12- upload :
12+ coverage :
1313 name : Coverage
1414 permissions :
1515 contents : read
Original file line number Diff line number Diff line change 3030 contents : read
3131 uses : ./.github/workflows/reusable-CI-workflow.yml
3232
33- upload :
33+ coverage :
3434 name : Coverage
3535 needs : [tests]
3636 permissions :
You can’t perform that action at this time.
0 commit comments