diff --git a/branch.yaml b/branch.yaml index 8f82f2f..c5db39d 100644 --- a/branch.yaml +++ b/branch.yaml @@ -1,20 +1,8 @@ -workflow1: - steps: - - trigger_services: - project: OpenRuyi:Factory:Bootstrap:perl - package: _project - filters: - event: push - branches: - only: - - perl-packages workflow: steps: - - trigger_services: - project: OpenRuyi:Factory:Bootstrap - package: python-cffi - filters: - event: push - branches: - only: - - main + - submit_request: + source_project: games + source_package: ctris + target_project: home:jane_doe + target_package: ctris # (optional, uses source_package if not set) + description: 'Check out this cool package' # (optional, uses the commit/pull request message if not set) \ No newline at end of file