-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,21 +15,30 @@ updates: | |
patterns: | ||
- "*" | ||
open-pull-requests-limit: 10 | ||
commit-message: | ||
include: scope | ||
prefix: "fix(gha)" | ||
Check failure Code scanning / check-spelling Unrecognized Spelling Error
gha is not a recognized word. (unrecognized-spelling)
|
||
|
||
- package-ecosystem: "docker" | ||
directory: "/" | ||
schedule: | ||
interval: "monthly" | ||
commit-message: | ||
prefix: "fix(docker)" | ||
|
||
- package-ecosystem: "bundler" | ||
directory: "/" | ||
schedule: | ||
interval: "monthly" | ||
commit-message: | ||
prefix: "fix(bundler)" | ||
|
||
- package-ecosystem: "npm" | ||
directory: "/docs" | ||
schedule: | ||
interval: "monthly" | ||
commit-message: | ||
prefix: "fix(npm+docs)" | ||
|
||
- package-ecosystem: "pip" | ||
directory: "/" | ||
|
@@ -39,3 +48,7 @@ updates: | |
python-requirements: | ||
patterns: | ||
- "*" | ||
commit-message: | ||
prefix: "fix(pip prod)" | ||
prefix-development: "fix(pip dev)" | ||
include: "scope" |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,11 +24,11 @@ jobs: | |
uses: srggrs/assign-one-project-github-action@65a8ddab497df42ef268001e67bbf976f8fd39e1 # v1.3.1 | ||
if: github.event.action == 'opened' | ||
with: | ||
project: "9" | ||
project: "https://github.com/users/jmuelbert/projects/9" #checkconnect | ||
Check warning Code scanning / check-spelling Candidate Pattern Warning
Line matches candidate pattern "(?:\\b(?:https?|ftp|file)://)[-A-Za-z0-9+&@#/%?=_|!:,.;]+[-A-Za-z0-9+&@#/%=_|]" (candidate-pattern)
Check warning Code scanning / check-spelling Candidate Pattern Warning
Line matches candidate pattern "(?:\["?[0-9a-f]+"?](https:/|)/(?:www\.|)github\.com(?:/[^/\\\s\\"]+){2,}(?:/[^/\\\s\\"\)]+)(?:[0-9a-f]+(?:[-0-9a-zA-Z/#.]*|)\\b|)" (candidate-pattern)
Check failure Code scanning / check-spelling Unrecognized Spelling Error
checkconnect is not a recognized word. (unrecognized-spelling)
Check failure Code scanning / check-spelling Unrecognized Spelling Error
jmuelbert is not a recognized word. (unrecognized-spelling)
|
||
|
||
- name: Assign issues and pull requests with `bug` label to project checkconnect # 9 | ||
uses: srggrs/assign-one-project-github-action@65a8ddab497df42ef268001e67bbf976f8fd39e1 # v1.3.1 | ||
if: contains(github.event.pull_request.labels.*.name, 'bug') | ||
with: | ||
project: "9" | ||
project: "https://github.com/users/jmuelbert/projects/9" #checkconnect | ||
Check failure Code scanning / check-spelling Unrecognized Spelling Error
jmuelbert is not a recognized word. (unrecognized-spelling)
|
||
column_name: "Labeled" |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ Copyright: Jürgen Mülbert <[email protected]> | |
License: BSD-3-Clause | ||
|
||
#misc config files | ||
Files: .codespellrc .editorconfig *.toml *.yml *.yaml .git-blame-ignore-revs .gitattributes .github/* .gitignore .gitlint .prettierignore .prettierrc .pylintrc .python-version | ||
Files: .codespellrc .editorconfig *.toml *.yml *.yaml .git-blame-ignore-revs .gitattributes .github/* .gitignore .gitlint .prettierignore .prettierrc .pylintrc .standard-python-version | ||
Check failure Code scanning / check-spelling Unrecognized Spelling Error
codespellrc is not a recognized word. (unrecognized-spelling)
Check failure Code scanning / check-spelling Unrecognized Spelling Error
gitlint is not a recognized word. (unrecognized-spelling)
Check failure Code scanning / check-spelling Unrecognized Spelling Error
pylintrc is not a recognized word. (unrecognized-spelling)
|
||
Copyright: Jürgen Mülbert <[email protected]> | ||
License: EUPL-1.2 | ||
|
||
|