Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

[Bug] autolabel 炸了 #463

Merged
merged 1 commit into from
Sep 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .github/workflows/AutoLabel.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: AutoLabel
on:
issue_comment:
types:
types:
- created
- edited
jobs:
Expand All @@ -10,4 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: AutoLabel
run: node ./Update/AutoLabel.js
run: |
cd ./Update
npm install
node ./AutoLabel.js
6 changes: 2 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
**/node_modules
**/package-lock.json
Server/Source/Secret.ts
Server/node_modules
Server/.wrangler
Server/package-lock.json
Server/bun.lockb
Server-Old/
Email/.wrangler
Email/node_modules
Loading