-
Notifications
You must be signed in to change notification settings - Fork 0
feat: poc pdp repo setup #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Initial setup of the PDP Checker repository, including project metadata, linting, CI, Dependabot, and code ownership.
- Adds
package.json
with workspace, scripts, and metadata - Configures Prettier settings and ignore rules
- Introduces GitHub Actions workflows for CI and Dependabot automation
- Defines repository code owners
Reviewed Changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 4 comments.
Show a summary per file
File | Description |
---|---|
package.json | Project metadata, npm workspaces, and build scripts |
.prettierrc.yaml | Prettier formatting rules |
.prettierignore | Prettier ignore patterns (only lint Markdown) |
.github/workflows/dependabot-auto-merge.yml | Workflow to auto-merge Dependabot PRs |
.github/workflows/dependabot-auto-approve-minor.yml | Workflow to auto-approve minor/patch Dependabot updates |
.github/workflows/ci.yaml | CI pipeline with build, test, and lint jobs |
.github/dependabot.yaml | Dependabot update configuration |
.github/CODEOWNERS | Team code owner assignments |
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
…kerNetwork/pdp-checker into nhaimerl-poc-pdp-repo-setup
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm going to approve the PR for sake of fast iteration. Feel free to merge it if you don't agree with my comments.
Co-authored-by: Srdjan <[email protected]>
Co-authored-by: Srdjan <[email protected]>
Co-authored-by: Srdjan <[email protected]>
Co-authored-by: Julian Gruber <[email protected]>
…kerNetwork/pdp-checker into nhaimerl-poc-pdp-repo-setup
This is the initial PR for this repo.
It sets up the repository, CI, workflows, lining and the overall javascript environment.