File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 # ############################# Comma separated list - like 'linuxmint/xapp, linuxmint/cinnamon-desktop'
2424 dependencies : linuxmint/cinnamon-desktop
2525 # #############################
26+
27+ # Generate test packages when /generate-test-packages is commented on a PR
28+ generate-test-packages :
29+ if : github.event_name == 'issue_comment' && github.event.issue.pull_request
30+ uses : linuxmint/github-actions/.github/workflows/generate-test-packages.yml@master
31+ secrets : inherit
32+ with :
33+ comment_body : ${{ github.event.comment.body }}
34+ comment_user : ${{ github.event.comment.user.login }}
35+ comment_id : ${{ github.event.comment.id }}
36+ issue_number : ${{ github.event.issue.number }}
37+ # ############################# Comma separated list - like 'linuxmint/xapp, linuxmint/cinnamon-desktop'
38+ dependencies : linuxmint/cinnamon-desktop
You can’t perform that action at this time.
0 commit comments