File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -60,18 +60,18 @@ The following snippet sets up `buffy` to react to a `@editorialbot generate pdf`
6060``` yaml
6161...
6262 github_action :
63- - draft_paper :
64- command : generate pdf
65- workflow_repo : openjournals/joss-papers
66- workflow_name : draft-paper.yml
67- workflow_ref : master
68- description : Generates the pdf paper
69- data_from_issue :
70- - branch
71- - target-repository
72- - issue_id
73- mapping :
74- repository_url : target-repository
63+ - draft_paper :
64+ command : generate pdf
65+ workflow_repo : openjournals/joss-papers
66+ workflow_name : draft-paper.yml
67+ workflow_ref : master
68+ description : Generates the pdf paper
69+ data_from_issue :
70+ - branch
71+ - target-repository
72+ - issue_id
73+ mapping :
74+ repository_url : target-repository
7575...
7676```
7777
You can’t perform that action at this time.
0 commit comments