-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from MammatusPHP/next-gen
Next Gen
- Loading branch information
Showing
22 changed files
with
10,745 additions
and
110 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,11 +1,13 @@ | ||
# Ignoring files for distribution archieves | ||
examples/ export-ignore | ||
.github/ export-ignore | ||
etc/ export-ignore | ||
tests/ export-ignore | ||
.dunitconfig export-ignore | ||
.travis.yml export-ignore | ||
.gitignore export-ignore | ||
var/ export-ignore | ||
.devcontainer.json export-ignore | ||
.editorconfig export-ignore | ||
.gitattributes export-ignore | ||
.scrutinizer.yml export-ignore | ||
.styleci.yml export-ignore | ||
appveyor.yml export-ignore | ||
phpunit.xml.dist export-ignore | ||
.gitignore export-ignore | ||
CONTRIBUTING.md export-ignore | ||
infection.json.dist export-ignore | ||
Makefile export-ignore | ||
README.md export-ignore |
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 @@ | ||
* @WyriHaximus |
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 @@ | ||
github: WyriHaximus |
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,60 @@ | ||
labelPRBasedOnFilePath: | ||
"Documentation 📚": | ||
- README.md | ||
- CONTRIBUTING.md | ||
"Dependencies 📦": | ||
- Dockerfile* | ||
- composer.* | ||
- package.json | ||
- package-lock.json | ||
- yarn.lock | ||
"Docker 🐳": | ||
- Dockerfile* | ||
- .docker/**/* | ||
"Image 🖼": | ||
- "**/*.gif" | ||
- "**/*.jpg" | ||
- "**/*.jpeg" | ||
- "**/*.png" | ||
- "**/*.webp" | ||
"CSS 👩🎨": | ||
- "**/*.css" | ||
"HTML 👷♀️": | ||
- "**/*.htm" | ||
- "**/*.html" | ||
"NEON 🦹♂️": | ||
- "**/*.neon" | ||
"MarkDown 📝": | ||
- "**/*.md" | ||
"YAML 🍄": | ||
- "**/*.yml" | ||
- "**/*.yaml" | ||
"JSON 👨💼": | ||
- "**/*.json" | ||
"Go 🐹": | ||
- "**/*.go" | ||
"JavaScript 🦏": | ||
- "**/*.js" | ||
- package.json | ||
- package-lock.json | ||
- yarn.lock | ||
"PHP 🐘": | ||
- "**/*.php" | ||
- composer.* | ||
"Configuration ⚙": | ||
- .github/* | ||
"CI 🚧": | ||
- .github/workflows/* | ||
- .scrutinizer.yml | ||
"Templates 🌲": | ||
- "**/*.twig" | ||
- "**/*.tpl" | ||
"Helm ☸": | ||
- .helm/**/* | ||
"Tests 🧪": | ||
- tests/**/* | ||
"Source 🔮": | ||
- src/**/* | ||
|
||
labelerFlags: | ||
labelOnPRUpdates: true |
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,6 @@ | ||
{ | ||
"$schema": "https://docs.renovatebot.com/renovate-schema.json", | ||
"extends": [ | ||
"github>WyriHaximus/renovate-config:php-package" | ||
] | ||
} |
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,115 @@ | ||
repository: | ||
private: false | ||
has_issues: true | ||
has_wiki: false | ||
has_downloads: true | ||
default_branch: master | ||
allow_squash_merge: false | ||
allow_merge_commit: true | ||
allow_rebase_merge: false | ||
|
||
# Labels: define labels for Issues and Pull Requests | ||
labels: | ||
- name: "Dependencies 📦" | ||
color: 0025ff | ||
description: "Pull requests that update a dependency file" | ||
- name: "Image 🖼" | ||
color: 00ffff | ||
- name: "HTML 👷♀️" | ||
color: ffffff | ||
- name: "CSS 👩🎨" | ||
color: b3b3b3 | ||
- name: "JavaScript 🦏" | ||
color: ffff00 | ||
- name: "Go 🐹" | ||
color: 00ADD8 | ||
- name: "JSON 👨💼" | ||
color: 00ADD8 | ||
- name: "NEON 🦹♂️" | ||
color: CE3262 | ||
- name: "MarkDown 📝" | ||
color: 000000 | ||
- name: "YAML 🍄" | ||
color: ff1aff | ||
- name: "Templates 🌲" | ||
color: 009933 | ||
- name: "Helm ☸" | ||
color: 091C84 | ||
- name: "Tests 🧪" | ||
color: ffe6e6 | ||
- name: "Source 🔮" | ||
color: e6ffe6 | ||
- name: "Configuration ⚙" | ||
color: b3b3cc | ||
- name: "PHP 🐘" | ||
color: 8892BF | ||
description: "Hypertext Pre Processor" | ||
- name: "Docker 🐳" | ||
color: 0db7ed | ||
description: "Pull requests that relate to Docker" | ||
- name: "CI 🚧" | ||
color: ffff00 | ||
- name: "Feature 🏗" | ||
color: 66ff99 | ||
- name: "Documentation 📚" | ||
color: 6666ff | ||
- name: "Security 🕵️♀️" | ||
color: ff0000 | ||
- name: "Hacktoberfest 🎃" | ||
color: 152347 | ||
- name: "Bug 🐞" | ||
color: d73a4a | ||
description: "Something isn't working" | ||
oldname: bug | ||
- name: "Duplicate ♊" | ||
color: cfd3d7 | ||
description: "This issue or pull request already exists" | ||
oldname: duplicate | ||
- name: "Enhancement ✨" | ||
color: a2eeef | ||
description: "New feature or request" | ||
oldname: enhancement | ||
- name: "Good First Issue" | ||
color: 7057ff | ||
description: "Good for newcomers" | ||
oldname: "good first issue" | ||
- name: "Help Wanted" | ||
color: 008672 | ||
description: "Extra attention is needed" | ||
oldname: "help wanted" | ||
- name: Invalid | ||
color: e4e669 | ||
description: "This doesn't seem right" | ||
oldname: invalid | ||
- name: "Question ❓" | ||
color: d876e3 | ||
description: "Further information is requested" | ||
oldname: question | ||
- name: "Will not be fixed 🛑" | ||
color: ffffff | ||
description: "This will not be worked on" | ||
oldname: wontfix | ||
- name: "Sponsor Request ❤️" | ||
color: fedbf0 | ||
description: "Issue/PR opened by sponsor" | ||
|
||
branches: | ||
- name: master | ||
protection: | ||
required_pull_request_reviews: | ||
required_approving_review_count: 1 | ||
dismiss_stale_reviews: true | ||
require_code_owner_reviews: true | ||
# Required. Require status checks to pass before merging. Set to null to disable | ||
required_status_checks: | ||
# Required. Require branches to be up to date before merging. | ||
strict: true | ||
# Required. The list of status checks to require in order to merge into this branch | ||
contexts: [] | ||
# Required. Enforce all configured restrictions for administrators. Set to true to enforce required status checks for repository administrators. Set to null to disable. | ||
enforce_admins: true | ||
# Required. Restrict who can push to this branch. Team and user restrictions are only available for organization-owned repositories. Set to null to disable. | ||
restrictions: | ||
apps: [] | ||
users: [] | ||
teams: [] |
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,20 @@ | ||
name: Continuous Integration | ||
on: | ||
push: | ||
branches: | ||
- 'main' | ||
- 'master' | ||
- 'refs/heads/v[0-9]+.[0-9]+.[0-9]+' | ||
pull_request: | ||
## This workflow needs the `pull-request` permissions to work for the package diffing | ||
## Refs: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#permissions | ||
permissions: | ||
pull-requests: write | ||
contents: read | ||
jobs: | ||
ci: | ||
name: Continuous Integration | ||
uses: WyriHaximus/github-workflows/.github/workflows/package.yaml@main | ||
with: | ||
env: "{\"REDIS_DSN\":\"redis://redis:6379/6\"}" | ||
services: "{\"redis\":{\"image\":\"redis\",\"options\":\"--health-cmd \\\"redis-cli ping\\\" --health-interval 1s --health-timeout 5s --health-retries 50\"}}" |
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,23 @@ | ||
name: Release Management | ||
on: | ||
pull_request: | ||
types: | ||
- opened | ||
- labeled | ||
- unlabeled | ||
- synchronize | ||
- reopened | ||
milestone: | ||
types: | ||
- closed | ||
permissions: | ||
contents: write | ||
issues: write | ||
pull-requests: write | ||
jobs: | ||
release-managment: | ||
name: Create Release | ||
uses: WyriHaximus/github-workflows/.github/workflows/package-release-managment.yaml@main | ||
with: | ||
milestone: ${{ github.event.milestone.title }} | ||
description: ${{ github.event.milestone.title }} |
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,4 +1,3 @@ | ||
build | ||
vendor | ||
.env | ||
/src/Generated/ | ||
var/ | ||
vendor/ | ||
etc/qa/.phpunit.result.cache |
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.