Skip to content

Commit

Permalink
chore: Added Issue Auto Assigning and fixed Lib (#39)
Browse files Browse the repository at this point in the history
* Added Issue Auto Assigning and fixed lib
* Added version file to github deploy and updated version
  • Loading branch information
CEbbinghaus authored Sep 9, 2024
1 parent 56785e4 commit c9681e5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .github/auto_assign-issues.yml
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
branches: [master]
paths:
- 'lib/**'
- 'backend/version'

jobs:
deploy:
Expand Down
2 changes: 1 addition & 1 deletion backend/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.5
0.10.6
1 change: 0 additions & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"keywords": [],
"author": "CEbbinghaus",
"license": "GPLv2",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
Expand Down

0 comments on commit c9681e5

Please sign in to comment.