DIYgod
2c6f947cd4
chore: remove claude files
2025-10-20 11:45:57 +08:00
dependabot[bot]
2fab6b6da7
chore(deps): bump actions/setup-node from 5 to 6 ( #4566 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 5 to 6.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-16 14:04:13 +08:00
dependabot[bot]
04f712f36a
chore(deps): bump actions/ai-inference from 1 to 2 ( #4435 )
...
Bumps [actions/ai-inference](https://github.com/actions/ai-inference ) from 1 to 2.
- [Release notes](https://github.com/actions/ai-inference/releases )
- [Commits](https://github.com/actions/ai-inference/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: actions/ai-inference
dependency-version: '2'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-24 13:25:28 +08:00
dependabot[bot]
8b851191c3
chore(deps): bump actions/github-script from 7 to 8 ( #4444 )
...
Bumps [actions/github-script](https://github.com/actions/github-script ) from 7 to 8.
- [Release notes](https://github.com/actions/github-script/releases )
- [Commits](https://github.com/actions/github-script/compare/v7...v8 )
---
updated-dependencies:
- dependency-name: actions/github-script
dependency-version: '8'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-24 13:24:55 +08:00
dependabot[bot]
bb1df84087
chore(deps): bump actions/setup-node from 4 to 5 ( #4443 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 4 to 5.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-24 13:24:41 +08:00
dependabot[bot]
b7d178de2d
chore(deps): bump actions/checkout from 4 to 5 ( #4445 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-24 13:19:45 +08:00
Innei
866abbef20
feat(sentry): integrate Sentry for error tracking and monitoring
...
- Added Sentry for error reporting in the mobile application.
- Updated the app configuration to initialize Sentry with the necessary DSN and settings.
- Replaced Firebase Crashlytics with Sentry for error capturing in the ErrorBoundary component.
- Updated various workflows to include Sentry authentication token.
- Adjusted dependencies to use React Native version 0.79.6 and updated related packages.
This integration enhances the application's ability to track and manage errors effectively.
Signed-off-by: Innei <tukon479@gmail.com>
2025-09-22 23:12:11 +08:00
DIYgod
11bfa8ed5c
fix(similar-issues): exclude current issue from ai matches
2025-09-22 16:43:09 +08:00
DIYgod
c2867ac8b8
chore: update AI model to gpt-4.1-mini and use GITHUB_TOKEN for authentication
2025-09-16 09:16:35 +08:00
DIYgod
d234f64d89
chore(workflow): remove max-tokens setting from similar-issues workflow
2025-09-03 16:12:27 +08:00
DIYgod
0b65d723c5
chore(workflow): update token in similar-issues workflow
2025-09-03 16:10:34 +08:00
DIYgod
7fc979536b
chore: add endpoint to similar_issues workflow for inference integration
2025-09-02 18:34:14 +08:00
DIYgod
1a76ea0744
chore: update repository context in similar_issues prompt to use dynamic variable
2025-08-31 21:15:27 +08:00
DIYgod
5582962674
fix(workflow): add similarity_score to similar_issues prompt schema and update output formatting
2025-08-30 19:39:00 +08:00
DIYgod
79adda7ca6
fix(workflow): remove duplicate core require in github-script steps
2025-08-30 17:29:01 +08:00
DIYgod
a514eb4d80
fix(workflow): indent issue body in similar-issues to avoid YAML parse of Markdown (#, lists, code)
2025-08-30 17:25:35 +08:00
DIYgod
f73590892f
chore: add AI MCP similar-issues workflow and prompt
2025-08-30 16:59:02 +08:00
dependabot[bot]
3dcb07a6c7
chore(deps): bump actions/setup-java from 4 to 5 ( #4365 )
...
Bumps [actions/setup-java](https://github.com/actions/setup-java ) from 4 to 5.
- [Release notes](https://github.com/actions/setup-java/releases )
- [Commits](https://github.com/actions/setup-java/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-25 17:14:36 +08:00
Innei
09356a8273
feat(ci): add Xcode setup step in iOS build workflow
...
- Introduced a new step to set up Xcode in the iOS build workflow, enhancing the build process for iOS applications.
This addition streamlines the CI process for iOS development.
Signed-off-by: Innei <tukon479@gmail.com>
2025-08-21 20:10:33 +08:00
dependabot[bot]
94e4962093
chore(deps): bump actions/checkout from 4 to 5 ( #4333 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-19 13:55:52 +08:00
Innei
1dceab3046
chore: update build and tag action
...
Signed-off-by: Innei <tukon479@gmail.com>
2025-08-11 16:18:36 +08:00
dependabot[bot]
6a616f6595
chore(deps): bump signpath/github-action-submit-signing-request ( #4313 )
...
Bumps [signpath/github-action-submit-signing-request](https://github.com/signpath/github-action-submit-signing-request ) from 1.2 to 1.3.
- [Commits](https://github.com/signpath/github-action-submit-signing-request/compare/v1.2...v1.3 )
---
updated-dependencies:
- dependency-name: signpath/github-action-submit-signing-request
dependency-version: '1.3'
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-08 16:03:36 +08:00
Innei
da39e3ee45
fix(workflows): update macOS runner version from 16 to latest in CI configurations
...
Signed-off-by: Innei <tukon479@gmail.com>
2025-07-26 12:58:22 +08:00
Innei
0e1bff4b58
chore: update Xcode version to 16.4 and adjust macOS runner labels in workflows
...
- Changed default Xcode version in setup action to 16.4.
- Updated macOS runner labels from 'macos-latest' and 'macos-15' to 'macos-16' in multiple workflows for consistency.
Signed-off-by: Innei <tukon479@gmail.com>
2025-07-24 22:30:07 +08:00
Innei
6ff467e7eb
chore: update workflow names with emojis for better visibility
...
Signed-off-by: Innei <tukon479@gmail.com>
2025-07-24 18:15:43 +08:00
Innei
53ecaa736a
ci: add Xcode setup step to iOS build workflows
...
Signed-off-by: Innei <tukon479@gmail.com>
2025-07-24 18:06:01 +08:00
Innei
46cb564003
ci: unify Xcode setup action for iOS builds
...
Signed-off-by: Innei <tukon479@gmail.com>
2025-07-24 18:01:14 +08:00
DIYgod
943ef31085
feat(desktop): add custom AppX manifest generation for Microsoft Store
...
- Create AppX manifest generation script using template file
- Add support for multiple languages (EN, ZH-CN, ZH-TW, JA)
- Include protocol handlers for folo and follow schemes
- Add OPML file type association
- Update Electron Forge config to use custom manifest
- Add build:electron-forge:ms script for Microsoft Store builds
- Update GitHub Actions workflow to use custom build for store distribution
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-16 12:13:59 +08:00
Innei
032d1f4d41
ci: update Claude workflow to enhance PR assistance functionality
...
- Renamed workflow from "Claude Code Review" to "Claude PR Assistant"
- Updated event triggers to include issue comments, pull request review comments, and issues
- Simplified job conditions for running the Claude action
- Changed step name to "Run Claude PR Action" and adjusted parameters for improved integration
Signed-off-by: Innei <tukon479@gmail.com>
2025-07-15 16:45:26 +08:00
DIYgod
003ebde1c4
chore: clean up whitespace in GitHub workflow files
2025-07-14 16:49:59 +08:00
Innei
0edf07a59a
chore: add Claude Code GitHub Workflow ( #4154 )
...
* Claude PR Assistant workflow
* Claude Code Review workflow
2025-07-13 13:28:31 +08:00
DIYgod
15f360aeee
chore: build desktop env
2025-07-08 21:04:25 +08:00
DIYgod
57faa98427
chore: remove workflow auto-fix-lint-format-commit
2025-07-08 20:52:20 +08:00
Stephen Zhou
608e877890
Revert "fix: GitHub Actions Workflow Vulnerable to Code Injection Attacks ( #4103 )"
...
This reverts commit cc4cc2ec9f .
2025-07-08 18:58:29 +08:00
kira-offgrid
cc4cc2ec9f
fix: GitHub Actions Workflow Vulnerable to Code Injection Attacks ( #4103 )
2025-07-08 17:08:22 +08:00
DIYgod
d14c8f5c51
feat: new domain folo.is
2025-07-03 13:13:42 +08:00
DIYgod
d74cea5b1f
fix: lint
2025-06-23 18:05:24 +08:00
Stephen Zhou
65ebf9ef93
fix: sqlite wasm in electron production ( #3920 )
2025-06-13 22:12:07 +08:00
dependabot[bot]
24cf4cee9a
chore(deps): bump stefanzweifel/git-auto-commit-action from 5 to 6 ( #3901 )
...
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action ) from 5 to 6.
- [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases )
- [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: stefanzweifel/git-auto-commit-action
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-12 21:24:43 +08:00
Whitewater
336021a94e
chore: add Android build trigger and release draft creation ( #3843 )
...
* chore: add release draft creation and version setup for Android builds
* chore: add Android build trigger
* fix: update comments for clarity
2025-05-29 17:31:53 +08:00
Whitewater
b8ff9e802b
fix: escape quotes in build script ( #3741 )
...
* fix: escape quotes in build:packages script
* fix: update Windows prebuild command to use pnpm
2025-05-16 16:05:04 +08:00
Innei
8cbec1db7d
fix(build): update Windows prebuild command to use npx
...
- Modified the Windows prebuild command in build-desktop.yml to use 'npx turbo run build' for improved execution.
Signed-off-by: Innei <tukon479@gmail.com>
2025-05-16 15:26:20 +08:00
Innei
9177e9dfc3
chore(build): update Windows prebuild command and include workflow file in path triggers
...
- Changed the prebuild command for Windows to use 'turbo run build' for better performance.
- Added the build-desktop.yml file to the list of paths that trigger the workflow.
Signed-off-by: Innei <tukon479@gmail.com>
2025-05-16 13:55:14 +08:00
Innei
7d2ba96886
feat(build): add prebuild step for Windows in desktop workflow
...
- Introduced a new step to prebuild packages specifically for Windows environments in the build-desktop.yml workflow.
- This enhancement ensures that Windows users have the necessary packages built before proceeding with the main build process.
Signed-off-by: Innei <tukon479@gmail.com>
2025-05-16 12:16:26 +08:00
Stephen Zhou
f0f49bea8b
ci: macos-15 and xcode 16.3 ( #3680 )
2025-05-08 09:16:20 +08:00
dependabot[bot]
59ec2443e9
chore(deps): bump signpath/github-action-submit-signing-request ( #3626 )
...
Bumps [signpath/github-action-submit-signing-request](https://github.com/signpath/github-action-submit-signing-request ) from 1.1 to 1.2.
- [Commits](https://github.com/signpath/github-action-submit-signing-request/compare/v1.1...v1.2 )
---
updated-dependencies:
- dependency-name: signpath/github-action-submit-signing-request
dependency-version: '1.2'
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-06 23:53:22 +08:00
Stephen Zhou
07b1dac2eb
ci: update name
2025-04-23 10:44:10 +08:00
Stephen Zhou
f8c6cb7ae7
ci: separate self-hosted runner job as pass array as input not work
2025-04-23 10:29:23 +08:00
DIYgod
e847740205
chore: add macos check for ios self hosted runner check
2025-04-22 18:57:29 +08:00
dependabot[bot]
167c5ac944
build(deps): bump actions/checkout from 3 to 4 ( #3532 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-20 13:09:01 +08:00