From 1cf275851e9400a748f41d51a0b004598307b138 Mon Sep 17 00:00:00 2001 From: CEbbinghaus Date: Sun, 8 Sep 2024 12:34:00 +1000 Subject: [PATCH 1/2] Added Issue Auto Assigning and fixed lib --- .github/auto_assign-issues.yml | 8 ++++++++ lib/package.json | 1 - 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .github/auto_assign-issues.yml diff --git a/.github/auto_assign-issues.yml b/.github/auto_assign-issues.yml new file mode 100644 index 0000000..b524cbc --- /dev/null +++ b/.github/auto_assign-issues.yml @@ -0,0 +1,8 @@ +# If enabled, auto-assigns users when a new issue is created +# Defaults to true, allows you to install the app globally, and disable on a per-repo basis +addAssignees: true + +# The list of users to assign to new issues. +# If empty or not provided, the repository owner is assigned +assignees: + - CEbbinghaus \ No newline at end of file diff --git a/lib/package.json b/lib/package.json index 0e5872a..f753d41 100644 --- a/lib/package.json +++ b/lib/package.json @@ -5,7 +5,6 @@ "keywords": [], "author": "CEbbinghaus", "license": "GPLv2", - "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist" From 0b33b1febc819c781dccf40734c6063e4d80d647 Mon Sep 17 00:00:00 2001 From: CEbbinghaus Date: Mon, 9 Sep 2024 01:04:25 +1000 Subject: [PATCH 2/2] Added version file to github deploy and updated version --- .github/workflows/deploy.yml | 1 + backend/version | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ddf5cbb..3b639cf 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,6 +3,7 @@ on: branches: [master] paths: - 'lib/**' + - 'backend/version' jobs: deploy: diff --git a/backend/version b/backend/version index 8877d79..6348c0f 100644 --- a/backend/version +++ b/backend/version @@ -1 +1 @@ -0.10.5 \ No newline at end of file +0.10.6 \ No newline at end of file