File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 88 branches :
99 - master
1010 workflow_dispatch :
11+ issue_comment :
12+ types : [created]
1113
1214jobs :
1315 build :
16+ if : github.event_name != 'issue_comment'
1417 uses : linuxmint/github-actions/.github/workflows/do-builds.yml@master
1518 with :
1619 commit_id : master
1720 # ############################# Comma separated list - like 'linuxmint/xapp, linuxmint/cinnamon-desktop'
1821 dependencies : linuxmint/xapp
1922 # #############################
2023
24+ # Generate test packages when /generate-test-packages is commented on a PR
25+ generate-test-packages :
26+ if : github.event_name == 'issue_comment' && github.event.issue.pull_request
27+ uses : linuxmint/github-actions/.github/workflows/generate-test-packages.yml@master
28+ secrets : inherit
29+ with :
30+ comment_body : ${{ github.event.comment.body }}
31+ comment_user : ${{ github.event.comment.user.login }}
32+ comment_id : ${{ github.event.comment.id }}
33+ issue_number : ${{ github.event.issue.number }}
34+ # ############################# Comma separated list - like 'linuxmint/xapp, linuxmint/cinnamon-desktop'
35+ dependencies : linuxmint/xapp
You can’t perform that action at this time.
0 commit comments