-
If it is a workflow repo, each directory with a
.ga
workflow file should also contain aCHANGELOG.md
file. -
If it is a tool repo, tool versions must use the @TOOL_VERSION@ macro as explained in https://galaxy-iuc-standards.readthedocs.io/en/latest/best_practices/tool_xml.html#tool-versions
-
Add your repo info to the workflow file in the
matrix/include
list. -
Add the list of tools/workflows that should be skipped (if any) in a file named
${upstream_repo_owner}_${upstream_repo_name}_skip_list
.
This is what the reviewer should do before merging the PR:
-
Fork the repository under the planemo-autoupdate organisation.
-
In the fork settings on GitHub, give write access to the
gxydevbot
account.