-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'fix-create-repository-attribute-error-message' of https…
…://github.com/nmshd/runtime into fix-create-repository-attribute-error-message
- Loading branch information
Showing
157 changed files
with
5,209 additions
and
1,206 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
BACKBONE_VERSION=6.13.2 | ||
BACKBONE_VERSION=6.20.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Readiness checklist | ||
|
||
- [ ] I added/updated tests. | ||
- [ ] I ensured that the PR title is good enough for the changelog. | ||
- [ ] I labeled the PR. | ||
- [ ] I self-reviewed the PR. | ||
- [ ] I added/updated tests. | ||
- [ ] I ensured that the PR title is good enough for the changelog. | ||
- [ ] I labeled the PR. | ||
- [ ] I self-reviewed the PR. | ||
|
||
<!-- # Description --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
--- | ||
# https://github.com/repository-settings/app | ||
|
||
repository: | ||
allow_squash_merge: true | ||
allow_merge_commit: false | ||
allow_rebase_merge: false | ||
allow_auto_merge: true | ||
allow_update_branch: true | ||
delete_branch_on_merge: true | ||
|
||
labels: | ||
- name: breaking-change | ||
color: "#16060F" | ||
description: A breaking change | ||
- name: bug | ||
color: "#d73a4a" | ||
description: Something isn't working | ||
- name: chore | ||
color: "#c2e0c6" | ||
description: Some routine work like updating dependencies | ||
- name: ci | ||
color: "#DFB5FD" | ||
description: Continuous Integration related stuff | ||
- name: dependencies | ||
color: "#0366d6" | ||
description: Pull requests that update dependencies | ||
- name: documentation | ||
color: "#0075ca" | ||
description: Improvements or additions to documentation | ||
- name: enhancement | ||
color: "#a2eeef" | ||
description: New feature or request | ||
- name: refactoring | ||
color: "#880361" | ||
description: Refactoring of code | ||
- name: test | ||
color: "#20D89D" | ||
description: This pull request contains only new or changed tests | ||
- name: wip | ||
color: "#32BF4C" | ||
description: Work in Progress (blocks mergify from auto update the branch) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.