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 838ffcc commit 1ec7a88Copy full SHA for 1ec7a88
.github/workflows/package.yml
@@ -34,3 +34,8 @@ jobs:
34
distro: 'ubuntu'
35
release: 'bionic'
36
file: '${{ steps.package.outputs.artifact-path }}'
37
+ - name: Draft a Pull Request
38
+ uses: repo-sync/pull-request@v2
39
+ with:
40
+ pr_draft: true
41
+ github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments