fix(github): fix several bugs in github action index.ts#1
Open
ai-x-builder wants to merge 1 commit intodevfrom
Open
fix(github): fix several bugs in github action index.ts#1ai-x-builder wants to merge 1 commit intodevfrom
ai-x-builder wants to merge 1 commit intodevfrom
Conversation
- Add missing `isScheduleEvent()` function that was called but never defined, causing a ReferenceError at runtime - Use `MENTIONS` env var in `assertPayloadKeyword()` and `getUserPrompt()` instead of hardcoded `/opencode` and `/oc` trigger phrases - Fix `useEnvGithubToken()` to check `USE_GITHUB_TOKEN` flag and read `GITHUB_TOKEN` env var, matching the action.yml configuration - Add `useEnvOidcBaseUrl()` to support configurable `OIDC_BASE_URL` env var instead of hardcoded `https://api.opencode.ai` https://claude.ai/code/session_018YbkAoFxCwyYaaP2UQ8mGq
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
isScheduleEvent()function that was called but neverdefined, causing a ReferenceError at runtime
MENTIONSenv var inassertPayloadKeyword()andgetUserPrompt()instead of hardcoded
/opencodeand/octrigger phrasesuseEnvGithubToken()to checkUSE_GITHUB_TOKENflag and readGITHUB_TOKENenv var, matching the action.yml configurationuseEnvOidcBaseUrl()to support configurableOIDC_BASE_URLenvvar instead of hardcoded
https://api.opencode.aihttps://claude.ai/code/session_018YbkAoFxCwyYaaP2UQ8mGq