Files
awesome-copilot/.github/github-app.yml
T
2026-08-19 19:25:48 +10:00

10 lines
266 B
YAML

scripts:
- name: Generate readme
command: npm run build
- name: Run website
command: "npm run website:dev"
- name: Install dependencies
command: npm install && cd website && npm install
automation:
auto_issue_session: true
remote_control: false