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 79539d5 commit 1cd00faCopy full SHA for 1cd00fa
.github/workflows/update-dependencies.yml
@@ -78,4 +78,9 @@ jobs:
78
commit-message: Update dependencies
79
branch: update-dependencies-auto-${{ github.run_id }}
80
title: Update dependencies
81
- body: This is an automated pull request to update dependencies.
+ body: |
82
+ This is an automated pull request to update dependencies triggered
83
+ by @${{ github.actor }} in ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}.
84
+
85
+ Please convert this draft PR to a regular PR in order to enable CI.
86
+ draft: always-true
0 commit comments