Skip to content

Commit ec499f3

Browse files
author
Aaron Roller
authored
Merge pull request #24 from AutoModality/AM-292/pr-draft-job
requires checkout for PR AM-292/pr-draft-job
2 parents 1db559d + 834c210 commit ec499f3

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,6 +34,11 @@ jobs:
3434
distro: 'ubuntu'
3535
release: 'bionic'
3636
file: '${{ steps.package.outputs.artifact-path }}'
37+
draft-pr:
38+
runs-on: ubuntu-18.04
39+
needs: package
40+
steps:
41+
- uses: actions/checkout@v2
3742
- name: Draft a Pull Request
3843
uses: repo-sync/pull-request@v2
3944
with:

0 commit comments

Comments
 (0)