Skip to content
This repository has been archived by the owner on Dec 30, 2020. It is now read-only.

Commit

Permalink
Merge pull request #151 from Lctrs/sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Lctrs committed Apr 29, 2020
2 parents 38c5bac + 2d964fd commit d885b85
Show file tree
Hide file tree
Showing 18 changed files with 397 additions and 110 deletions.
14 changes: 14 additions & 0 deletions .dependabot/config.yaml
@@ -0,0 +1,14 @@
# https://dependabot.com/docs/config-file/

version: 1

update_configs:
- commit_message:
include_scope: true
prefix: "Build"
default_labels:
- "dependency"
directory: "/"
package_manager: "php:composer"
update_schedule: "monthly"
version_requirement_updates: "increase_versions"
27 changes: 0 additions & 27 deletions .dependabot/config.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
@@ -1 +1 @@
* @Lctrs
* @lctrs-bot @Lctrs
8 changes: 7 additions & 1 deletion .github/CONTRIBUTING.md
Expand Up @@ -2,10 +2,16 @@

We are using [GitHub Actions](https://github.com/features/actions) as a continuous integration system.

For details, see [`workflows/continuous-integration.yml`](workflows/continuous-integration.yml).
For details, take a look at the following workflow configuration files:

- [`workflows/integrate.yaml`](workflows/integrate.yaml)
- [`workflows/release.yaml`](workflows/release.yaml)
- [`workflows/renew.yaml`](workflows/renew.yaml)

## Coding Standards

We are using [`yamllint`](https://github.com/adrienverge/yamllint) to enforce coding standards in YAML files.

We are using [`doctrine/coding-standard`](https://github.com/doctrine-coding-standard) to enforce coding standards.

Run
Expand Down
15 changes: 4 additions & 11 deletions .github/settings.yml
Expand Up @@ -43,18 +43,7 @@ branches:
- "Tests on Selenium (chrome, 7.4, lowest)"
- "Tests on Selenium (chrome, 7.4, locked)"
- "Tests on Selenium (chrome, 7.4, highest)"
# - "Tests on Selenium (firefox, 7.2, lowest)"
# - "Tests on Selenium (firefox, 7.2, locked)"
# - "Tests on Selenium (firefox, 7.2, highest)"
# - "Tests on Selenium (firefox, 7.3, lowest)"
# - "Tests on Selenium (firefox, 7.3, locked)"
# - "Tests on Selenium (firefox, 7.3, highest)"
# - "Tests on Selenium (firefox, 7.4, lowest)"
# - "Tests on Selenium (firefox, 7.4, locked)"
# - "Tests on Selenium (firefox, 7.4, highest)"
- "Code Coverage (7.4, locked)"
- "codecov/patch"
- "codecov/project"
strict: false
restrictions: null

Expand All @@ -74,6 +63,10 @@ labels:
color: "0e8a16"
description: ""

- name: "merge"
color: "6f42c1"
description: ""

- name: "question"
color: "cc317c"
description: ""
Expand Down

0 comments on commit d885b85

Please sign in to comment.