Skip to content

release: version packages#33

Open
github-actions[bot] wants to merge 1 commit intomasterfrom
changeset-release/master
Open

release: version packages#33
github-actions[bot] wants to merge 1 commit intomasterfrom
changeset-release/master

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

Releases

monaco-angular@0.1.0

Minor Changes

  • aef1567: Added handling for semantic highlighting

@sebheron
Copy link
Copy Markdown
Owner

@copilot Why isn't the build working?

Copy link
Copy Markdown

Copilot AI commented Mar 31, 2026

@copilot Why isn't the build working?

The CI wasn't running because the changesets/action uses GITHUB_TOKEN to push commits to the release branch. GitHub's security model prevents workflows from being triggered by commits pushed with GITHUB_TOKEN (by github-actions[bot]), which is why the Monaco Angular PR check never ran and the PR stayed blocked.

Fixed in commit 2b32ece by updating the release job in master.yml to:

  1. Check out using a GH_PAT secret instead of the default GITHUB_TOKEN
  2. Pass the same GH_PAT as GITHUB_TOKEN to the changesets/action

You'll need to create a GitHub Personal Access Token with repo and workflow scopes and add it as a repository secret named GH_PAT. Once that's done, when the next changeset is processed, the release PR's CI will trigger correctly.

Copilot AI requested a review from sebheron March 31, 2026 21:30
@sebheron
Copy link
Copy Markdown
Owner

@copilot That's not it. Try figure it out again

@sebheron
Copy link
Copy Markdown
Owner

@copilot The build action isn't running on this PR

Copy link
Copy Markdown

Copilot AI commented Mar 31, 2026

@copilot That's not it. Try figure it out again

The build CI is triggering but shows action_required — it's waiting for you (the repo maintainer) to approve it before it will run. This is because commits pushed by bot accounts (including the copilot-swe-agent[bot] and github-actions[bot] used by the changesets action) are subject to the repository's "Require approval" protection for outside collaborators/first-time contributors.

You can unblock it by going to the Actions tab and clicking "Approve and run" on the pending Monaco Angular PR workflow runs. Once approved, CI will run against the current PR head (113b68d) which only contains the version bump and changelog — no other changes.

@github-actions github-actions bot force-pushed the changeset-release/master branch 2 times, most recently from 327c32f to b933fda Compare April 2, 2026 01:07
@github-actions github-actions bot force-pushed the changeset-release/master branch from b933fda to 16cd580 Compare April 2, 2026 01:11
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.

2 participants