🔄 synced file(s) with pimcore/workflows-collection-public#146
Conversation
Not up to standards ⛔🔴 Issues
|
| Category | Results |
|---|---|
| Security | 2 high |
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
ab2a1a9 to
1419ad3
Compare
|
There was a problem hiding this comment.
Pull request overview
Synchronizes shared Pimcore automation and PHP review guidance into this repository.
Changes:
- Adds milestone enforcement with an automated-sync exemption.
- Configures Copilot’s PHP/Composer environment.
- Adds Pimcore-specific PHP review guidance.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
.github/workflows/pr-policy.yml |
Enforces PR milestone policy. |
.github/workflows/copilot-setup-steps.yml |
Prepares Copilot’s PHP dependencies. |
.github/skills/code-review/SKILL.md |
Defines PHP review standards. |
.github/instructions/pimcore-review.instructions.md |
Applies review guidance to PHP files. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - name: "Add authentication for private pimcore packages" | ||
| run: | | ||
| composer config repositories.private-packagist '{"type": "composer", "url": "https://repo.pimcore.com/github-actions/", "canonical": true}' | ||
| composer config --global --auth http-basic.repo.pimcore.com github-actions ${{ secrets.COMPOSER_PIMCORE_REPO_PACKAGIST_TOKEN }} | ||
|
|
||
| - name: "Install dependencies with Composer" | ||
| uses: "ramsey/composer-install@v3" | ||
| with: | ||
| composer-options: "--no-scripts --ignore-platform-reqs" |
|
|
||
| steps: | ||
| - name: Checkout code | ||
| uses: actions/checkout@v4 |



synced local file(s) with pimcore/workflows-collection-public.
This PR was created automatically by the repo-file-sync-action workflow run #29569273767