-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
119 changed files
with
3,676 additions
and
558 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# worfklow name (override name defined on the RO-Crate metadata) | ||
# name: MyWorkflow | ||
# worfklow visibility | ||
public: False | ||
|
||
# Issue Checker Settings | ||
issues: | ||
# Enable/Disable issue checker | ||
# The list of issue types can be found @ <LIFEMONITOR_API_URL>/workflows/issues | ||
# (e.g., https://api.lifemonitor.eu/workflows/issues) | ||
check: true | ||
# csv of issues to check (all included by default) | ||
# include: [missing_config_file, not_initialised_repository_issue, missing_workflow_file, missing_metadata_file, missing_ro_crate_workflow_file, outdated_metadata_file, missing_workflow_name] | ||
# csv of issues to ignore (none ignored by default) | ||
# exclude: [missing_config_file, not_initialised_repository_issue, missing_workflow_file, missing_metadata_file, missing_ro_crate_workflow_file, outdated_metadata_file, missing_workflow_name] | ||
|
||
|
||
# Github Integration Settings | ||
push: | ||
branches: | ||
# Define the list of branches to watch | ||
# - name: feature/XXX # wildcards can be used to specify branches (e.g., feature/*) | ||
# update_registries: ["wfhubdev"] # available registries are listed | ||
# # by the endpoint `<lifemonitor_url>/registries` | ||
# # (e.g., https://api.lifemontor.eu/registries) | ||
- name: "main" | ||
update_registries: [] | ||
enable_notifications: true | ||
# - name: "develop" | ||
# update_registries: [] | ||
# enable_notifications: true | ||
|
||
tags: | ||
# Define the list of tags to watch | ||
# - name: v*.*.* # wildcards can be used to specify tags (e.g., feature/*) | ||
# update_registries: ["wfhub"] # available registries are listed | ||
# # by the endpoint `<lifemonitor_url>/registries` | ||
# # (e.g., https://api.lifemontor.eu/registries) | ||
- name: "v*.*.*" | ||
update_registries: [wfhubdev, wfhubprod] | ||
enable_notifications: true | ||
- name: "*.*.*" | ||
update_registries: [wfhubdev, wfhubprod] | ||
enable_notifications: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.