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)