Skip to content

Commit

Permalink
Merge pull request #1065 from SFDO-Community/feature/metecho-changes
Browse files Browse the repository at this point in the history
Add CODEOWNERS, other cleanup
  • Loading branch information
davidmreed authored Sep 13, 2021
2 parents d6f69c0 + 6f93607 commit e913d96
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
10 changes: 10 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Python
*.py @SFDO-Community/sfdo-release-engineers

# CumulusCI
/cumulusci.yml @SFDO-Community/sfdo-release-engineers
/tasks/ @SFDO-Community/sfdo-release-engineers

# Actions
/.github @SFDO-Community/sfdo-release-engineers
/scripts @SFDO-Community/sfdo-release-engineers
5 changes: 5 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Critical Changes

# Changes

# Issues Closed
2 changes: 0 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
Declarative Rollups for Lookup Field Relationships
==================================================

[![Build Status](https://travis-ci.org/afawcett/declarative-lookup-rollup-summaries.svg)](https://travis-ci.org/afawcett/declarative-lookup-rollup-summaries)

Features Summary
----------------

Expand Down
10 changes: 9 additions & 1 deletion cumulusci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ project:
namespace: dlrs
api_version: '48.0'
git:
repo_url: https://github.com/SFDO-Community/declarative-lookup-rollup-summaries
prefix_beta: beta/
prefix_release: release/
default_branch: main
source_format: sfdx

tasks:
Expand All @@ -29,6 +33,10 @@ tasks:
options:
# Preserve existing code coverage level
required_org_code_coverage_percent: 87
retry_failures:
- "unable to obtain exclusive access to this record"
- "UNABLE_TO_LOCK_ROW"
retry_always: True

flows:
config_apextest:
Expand All @@ -38,7 +46,7 @@ flows:

ci_beta:
steps:
3.5:
1.5:
task: deploy_test_config

deploy_unmanaged:
Expand Down

0 comments on commit e913d96

Please sign in to comment.