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 64d25b0 commit c5bf5bbCopy full SHA for c5bf5bb
.github/workflows/update-dependencies.yml
@@ -35,7 +35,7 @@ jobs:
35
run: ./github-actions/update-nf-dependencies.ps1
36
working-directory: tools
37
- name: Create Pull Request
38
- uses: peter-evans/create-pull-request@v2.8.1
+ uses: peter-evans/create-pull-request@v3
39
if: env.CREATE_PR == 'true'
40
with:
41
title: '${{ env.PR_TITLE }}'
@@ -45,6 +45,8 @@ jobs:
45
[version update]
46
47
### :warning: This is an automated update. :warning:
48
- committer: 'nfbot <[email protected]>'
+ committer: 'nfbot <[email protected]>'
49
branch: ${{ env.BRANCH_NAME }}
50
path: main
51
+ labels: |
52
+ Type: dependencies
0 commit comments