Merge branch 'main' into develop

This commit is contained in:
James Cole
2024-01-20 07:05:27 +01:00
3 changed files with 12 additions and 12 deletions

View File

@@ -21,18 +21,18 @@ jobs:
- name: reply
if: ${{ steps.command.outputs.continue == 'true' }}
run: |
gh issue comment "$NUMBER" --body 'Hi there!
This is an automatic reply. `Share and enjoy`.
ISSUE_TITLE=$(gh issue view ${{ steps.command.outputs.params }} --json title --jq '.title')
This issue is probably a duplicate of issue #${{ steps.command.outputs.params }}. This issue probably refers to the same bug or feature request as your issue.
gh issue comment "$NUMBER" --body "Hi there!
Please refer to that issue for support.
This is an automatic reply. \`Share and enjoy\`.
Thank you for your contribution.'
Your issue is probably a duplicate of issue <span>#</span>${{ steps.command.outputs.params }}: [$ISSUE_TITLE](https://github.com/firefly-iii/firefly-iii/issues/${{ steps.command.outputs.params }}). Please refer to issue #${{ steps.command.outputs.params }} for support.
gh issue close "$NUMBER" --reason completed
gh issue lock "$NUMBER"
You can close this issue now. If you believe this is not in fact a duplicate, please reply and let us know. Otherwise, this issue will be automatically closed in a few days time.
Thank you for your contributions."
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}

8
package-lock.json generated
View File

@@ -26,7 +26,7 @@
"axios": "^1.6.3",
"laravel-vite-plugin": "^0.8.1",
"sass": "^1.69.6",
"vite": "^4.5.1",
"vite": "^4.5.2",
"vite-plugin-manifest-sri": "^0.1.0"
}
},
@@ -1037,9 +1037,9 @@
"integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
},
"node_modules/vite": {
"version": "4.5.1",
"resolved": "https://registry.npmjs.org/vite/-/vite-4.5.1.tgz",
"integrity": "sha512-AXXFaAJ8yebyqzoNB9fu2pHoo/nWX+xZlaRwoeYUxEqBO+Zj4msE5G+BhGBll9lYEKv9Hfks52PAF2X7qDYXQA==",
"version": "4.5.2",
"resolved": "https://registry.npmjs.org/vite/-/vite-4.5.2.tgz",
"integrity": "sha512-tBCZBNSBbHQkaGyhGCDUGqeo2ph8Fstyp6FMSvTtsXeZSPpSMGlviAOav2hxVTqFcx8Hj/twtWKsMJXNY0xI8w==",
"dev": true,
"dependencies": {
"esbuild": "^0.18.10",

View File

@@ -9,7 +9,7 @@
"axios": "^1.6.3",
"laravel-vite-plugin": "^0.8.1",
"sass": "^1.69.6",
"vite": "^4.5.1",
"vite": "^4.5.2",
"vite-plugin-manifest-sri": "^0.1.0"
},
"dependencies": {