File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ pull_request_rules :
2+ - name : Auto-merge when approved and checks pass
3+ conditions :
4+ - " #approved-reviews-by>=1"
5+ - check-success=Prettier Check
6+ - check-success!=*
7+ actions :
8+ merge :
9+ method : squash
Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : " npm"
4+ directory : " /"
5+ schedule :
6+ interval : " weekly"
7+ open-pull-requests-limit : 5
8+ commit-message :
9+ prefix : " chore(deps)"
Original file line number Diff line number Diff line change 1+ name : Prettier Check
2+
3+ on :
4+ pull_request :
5+ push :
6+ branches : [main, master]
7+
8+ jobs :
9+ prettier :
10+ runs-on : ubuntu-latest
11+ steps :
12+ - uses : actions/checkout@v4
13+ - uses : actions/setup-node@v4
14+ with :
15+ node-version : 18
16+ - run : npm ci
17+ - run : npm run format:check
Original file line number Diff line number Diff line change @@ -50,3 +50,8 @@ See [`docs/architecture.md`](docs/architecture.md) for details.
5050``` bash
5151git clone https://github.com/Coderxrohan/control-pulse.git
5252cd control-pulse
53+ ```
54+ ## Contributors
55+
56+ <!-- ALL-CONTRIBUTORS-LIST:START -->
57+ <!-- ALL-CONTRIBUTORS-LIST:END -->
You can’t perform that action at this time.
0 commit comments