Skip to content

Commit 1ec7a88

Browse files
author
Aaron Roller
committed
Automtically draft pull request AM-292 AM-281/self-hosted-x64
1 parent 838ffcc commit 1ec7a88

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/package.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,8 @@ jobs:
3434
distro: 'ubuntu'
3535
release: 'bionic'
3636
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

Comments
 (0)