Skip to content

Conversation

@DarianM
Copy link
Member

@DarianM DarianM commented Oct 1, 2025

No description provided.

Copy link
Member

Choose a reason for hiding this comment

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

We can use TypeScript files directly
interledger/web-monetization-extension#1188

Comment on lines +34 to +45
# Build and test steps (always run for validation)
- name: Build API (validation)
if: steps.deploy-check.outputs.should-deploy == 'false'
run: pnpm -C api run build

- name: Build CDN (validation)
if: steps.deploy-check.outputs.should-deploy == 'false'
run: pnpm -C cdn run build

- name: Build Frontend (validation)
if: steps.deploy-check.outputs.should-deploy == 'false'
run: pnpm -C frontend run build
Copy link
Member

Choose a reason for hiding this comment

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

Maybe instead of adding these, we can add a flag to ./.github/workflows/deploy-worker whether or not it should try to deploy.

Comment on lines +16 to +20
if (context.eventName === 'pull_request') {
const event = /** @type {PullRequest} */ (context.payload);
const authorAssociation = event.pull_request.author_association;

if (!isAllowedAuthor(authorAssociation)) {
Copy link
Member

Choose a reason for hiding this comment

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

Can we trigger deployments on manual pull_request_review comments from maintainers like we do for extension? Maybe as a follow-up.

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