Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
6a8036a
refactor: update Knip configuration and add eslint-disable comment in…
Keyrxng Nov 21, 2025
1204af3
chore: update dependencies to latest versions and modify TypeScript m…
Keyrxng Nov 21, 2025
8fa7990
chore: clamp @ubiquity-os/plugin-sdk and @ubiquity-os/ubiquity-os-log…
Keyrxng Nov 22, 2025
489bfed
refactor: remove unused customOctokit import from context type defini…
Keyrxng Nov 26, 2025
9906dd6
Merge pull request #59 from ubq-testing/development
gentlementlegen Nov 30, 2025
57902d9
chore: [skip ci] update labels configuration
ubiquity-os-beta[bot] Dec 2, 2025
eb7108b
chore: [skip ci] update labels configuration
ubiquity-os-beta[bot] Dec 8, 2025
c6a095b
chore: [skip ci] update labels configuration
ubiquity-os-beta[bot] Dec 14, 2025
5646df1
chore: [skip ci] update labels configuration
ubiquity-os-beta[bot] Dec 14, 2025
1880402
chore: [skip ci] update labels configuration
ubiquity-os-beta[bot] Dec 23, 2025
2dba34b
chore: [skip ci] update labels configuration
ubiquity-os-beta[bot] Jan 15, 2026
38bb96f
chore: [skip ci] update labels configuration
ubiquity-os-beta[bot] Jan 20, 2026
36594ba
chore: [skip ci] update labels configuration
ubiquity-os-beta[bot] Jan 24, 2026
53d29ad
chore: [skip ci] update labels configuration
ubiquity-os-beta[bot] Jan 24, 2026
cbd9fb2
chore: [skip ci] update labels configuration
ubiquity-os-beta[bot] Jan 24, 2026
b8bec92
fix: pin manifest workflow to issue-27 deploy action
gentlementlegen Feb 10, 2026
069b5e3
chore: [skip ci] updated manifest.json and dist build
github-actions[bot] Feb 10, 2026
c0c935d
chore: update workflow and description for consistency and event excl…
gentlementlegen Feb 11, 2026
a4165ce
chore: update workflow and description for consistency and event excl…
gentlementlegen Feb 11, 2026
cd52a8c
chore: [skip ci] updated manifest.json and dist build
github-actions[bot] Feb 11, 2026
aa7b211
chore: update dependencies and development tools to latest versions
gentlementlegen Feb 11, 2026
6c6d322
Merge remote-tracking branch 'mentlegen/codex/fix/manifest-build' int…
gentlementlegen Feb 11, 2026
66bc756
chore: [skip ci] updated manifest.json and dist build
github-actions[bot] Feb 11, 2026
2d4f938
Merge branch 'development' into codex/fix/manifest-build
gentlementlegen Feb 11, 2026
c489871
Merge pull request #60 from gentlementlegen/codex/fix/manifest-build
gentlementlegen Feb 11, 2026
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: 3 additions & 4 deletions .github/knip.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
import type { KnipConfig } from "knip";

const config: KnipConfig = {
entry: ["src/action.ts", "src/worker.ts"],
project: ["src/", "test/"],
entry: ["src/action.ts"],
project: ["src/**/*.ts", "tests/**/*.ts"],
ignore: ["src/types/config.ts", "**/__mocks__/**", "**/__fixtures__/**"],
ignoreExportsUsedInFile: true,
// eslint can also be safely ignored as per the docs: https://knip.dev/guides/handling-issues#eslint--jest
ignoreDependencies: ["ts-node", "husky"],
ignoreDependencies: ["ts-node"],
eslint: true,
};

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update-configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
treatAsEsm: true
sourcemap: true
pluginEntry: "${{ github.workspace }}/src/action.ts"
excludeSupportedEvents: "issue_comment.created,pull_request_review_comment.created"
env:
APP_ID: ${{ secrets.APP_ID }}
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
103 changes: 70 additions & 33 deletions bun.lock

Large diffs are not rendered by default.

Loading
Loading