From e3237c29fa9b313cc0588eb7abc4104b5ee7abe7 Mon Sep 17 00:00:00 2001 From: dry-bot Date: Wed, 6 Nov 2019 17:40:16 +0000 Subject: [PATCH] [devtools] config sync --- .github/workflows/sync_configs.yml | 2 +- CODE_OF_CONDUCT.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync_configs.yml b/.github/workflows/sync_configs.yml index 178a706..35edf74 100644 --- a/.github/workflows/sync_configs.yml +++ b/.github/workflows/sync_configs.yml @@ -18,7 +18,7 @@ jobs: run: | git clone https://github.com/dry-rb/devtools.git tmp/devtools - rsync -av tmp/devtools/shared/ . + rsync --ignore-existing -av tmp/devtools/shared/ . git config --local user.email "dry-bot@dry-rb.org" git config --local user.name "dry-bot" diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 870b734..20feae4 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -10,4 +10,4 @@ Project maintainers have the right and responsibility to remove, edit, or reject Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers. -This Code of Conduct is adapted from the [Contributor Covenant](http:contributor-covenant.org), version 1.0.0, available at [https://www.contributor-covenant.org/version/1/4/code-of-conduct](https://www.contributor-covenant.org/version/1/4/code-of-conduct) +This Code of Conduct is adapted from the [Contributor Covenant](http:contributor-covenant.org), version 1.4.0, available at [https://www.contributor-covenant.org/version/1/4/code-of-conduct](https://www.contributor-covenant.org/version/1/4/code-of-conduct)