Skip to content

Release/0.1.1 - #15

Merged
BrkYld merged 9 commits into
mainfrom
release/0.1.1
Jul 28, 2026
Merged

Release/0.1.1#15
BrkYld merged 9 commits into
mainfrom
release/0.1.1

Conversation

@BrkYld

@BrkYld BrkYld commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

Summary by CodeRabbit

  • Documentation

    • Updated the Testing Distribution overview and benefits with clearer, refreshed wording.
    • Added information about iOS and Android re-signing and automatic re-signing.
    • Refined personal API token setup instructions and refreshed workflow examples.
    • Corrected API token references in GitHub Actions and self-hosted configuration examples.
    • Improved environment variable guidance and added a link to the full action setup guide.
  • Maintenance

    • Updated action branding and runtime support.

@BrkYld
BrkYld requested review from emre-guler and envergokmen July 28, 2026 09:17
@coderabbitai

coderabbitai Bot commented Jul 28, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

Changes

Testing Distribution updates

Layer / File(s) Summary
Documentation and usage guidance
README.md
Product descriptions, benefits, token instructions, workflow secret references, environment guidance, and setup references were updated.
Action metadata and runtime
action.yml, package.json
The action description and Node.js runtime were updated, and axios was upgraded.

Repository ownership

Layer / File(s) Summary
CODEOWNERS reassignment
CODEOWNERS
Wildcard repository ownership was reassigned to BrkYld.

Poem

I hop through docs with carrots bright,
New tokens guide the path just right.
Node hops to twenty-four,
Axios knocks upon the door,
And owners guard the repo tight.

🚥 Pre-merge checks | ✅ 1 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title is a generic release label and does not describe the actual changes in the pull request. Rename it to a concise summary of the main change, such as updating Appcircle Testing Distribution docs and runtime settings.
✅ Passed checks (1 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/0.1.1
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch release/0.1.1

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai 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.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@README.md`:
- Around line 165-168: Update the “Leveraging Environment Variables”
documentation to use the valid GitHub Actions env context, replacing `${{
envs.VARIABLE_NAME }}` with `${{ env.VARIABLE_NAME }}` in the workflow input
example and surrounding explanation.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 0a97fff3-6ec4-42b4-86af-356168fa2059

📥 Commits

Reviewing files that changed from the base of the PR and between ca259e0 and f17e93e.

⛔ Files ignored due to path filters (6)
  • dist/index.js is excluded by !**/dist/**
  • dist/index.js.map is excluded by !**/dist/**, !**/*.map
  • dist/licenses.txt is excluded by !**/dist/**
  • images/PAT.png is excluded by !**/*.png
  • images/distribution-start.png is excluded by !**/*.png
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (4)
  • CODEOWNERS
  • README.md
  • action.yml
  • package.json

Comment thread README.md
Comment on lines 165 to +168
### Leveraging Environment Variables

Utilize environment variables seamlessly by substituting the parameters with
`${{ envs.VARIABLE_NAME }}` in your task inputs. The extension automatically
`${{ envs.VARIABLE_NAME }}` in your workflow inputs. The action automatically

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win

Use the env context, not envs.

${{ envs.VARIABLE_NAME }} is not a valid GitHub Actions context, so copied workflows will not resolve these values. Use ${{ env.VARIABLE_NAME }} instead. GitHub documents environment variables through the env context. (docs.github.com)

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@README.md` around lines 165 - 168, Update the “Leveraging Environment
Variables” documentation to use the valid GitHub Actions env context, replacing
`${{ envs.VARIABLE_NAME }}` with `${{ env.VARIABLE_NAME }}` in the workflow
input example and surrounding explanation.

@BrkYld
BrkYld requested a review from harunmarangoz July 28, 2026 09:22
@BrkYld
BrkYld merged commit a0585a2 into main Jul 28, 2026
2 checks passed
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