Skip to content

Modernize#461

Open
takemiyamakoto wants to merge 13 commits into
developfrom
modernize
Open

Modernize#461
takemiyamakoto wants to merge 13 commits into
developfrom
modernize

Conversation

@takemiyamakoto

Copy link
Copy Markdown

No description provided.

@takemiyamakoto

Copy link
Copy Markdown
Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: d5cbf929fa

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +4 to +7
pull_request:
branches: [ "*" ]
push:
branches: [ "*" ]

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Use ** so slash-separated branches are verified

In .github/workflows/android_verification.yml, both the pull_request and push triggers are filtered with branches: [ "*" ], which does not mean “all branches” in GitHub Actions: the official workflow syntax docs state that * does not match /, while ** does. As a result, pushes to common branch names like feature/indexer-migration or release/3.8 will skip this verification workflow entirely, leaving the new live contract and connected tests unrun for those changes. See GitHub's filter pattern cheat sheet: https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet

Useful? React with 👍 / 👎.

@takemiyamakoto

Copy link
Copy Markdown
Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants