From cc020511e8080c9ca4b3b2c6673642d384e125ea Mon Sep 17 00:00:00 2001 From: Aaron Powell Date: Wed, 19 Aug 2026 19:25:48 +1000 Subject: [PATCH] github-app settings --- .github/github-app.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/github-app.yml diff --git a/.github/github-app.yml b/.github/github-app.yml new file mode 100644 index 00000000..d3a61e32 --- /dev/null +++ b/.github/github-app.yml @@ -0,0 +1,10 @@ +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 \ No newline at end of file