Skip to content

1.2.0#14

Merged
pauldambra merged 1 commit intomainfrom
posthog-code/release-v1.2.0
Apr 26, 2026
Merged

1.2.0#14
pauldambra merged 1 commit intomainfrom
posthog-code/release-v1.2.0

Conversation

@pauldambra
Copy link
Copy Markdown
Member

Summary

Bumps package.json to 1.2.0 to release the changes accumulated since v1.1.1:

Minor version bump because actor_type is additive (consumers who don't read it are unaffected).

After merge

Per the release section of the README:

git checkout main && git pull
git tag v1.2.0
git push origin v1.2.0

The release workflow (release.yml) will then create the GitHub Release and update the v1 major-version tag automatically.


Created with PostHog Code

Adds the auto-included `actor_type` property and brings in the node 24
runtime + axios bump that landed since v1.1.1. No breaking changes.

Generated-By: PostHog Code
Task-Id: 1bd4387c-09c0-4bac-ad89-29fef1f0260b
@pauldambra pauldambra merged commit 58dea25 into main Apr 26, 2026
11 checks passed
@pauldambra pauldambra deleted the posthog-code/release-v1.2.0 branch April 26, 2026 08:04
pauldambra added a commit to PostHog/posthog that referenced this pull request Apr 26, 2026
…tion v1.2.0

Bumps `PostHog/posthog-github-action` from v1.1.1 / v1.0.1 to v1.2.0
(SHA `58dea254`). The new release auto-includes `actor_type`
(`"bot"` | `"human"` | `"unknown"`) on every event the action emits,
classified from `github.actor`:

- `"bot"` if the actor login ends in `[bot]` (catches dependabot,
  renovate, github-actions, posthog, etc. — any GitHub App)
- `"bot"` if the login matches a known-bots allowlist (currently
  just `Copilot`)
- `"human"` otherwise

This is the original goal of this PR — slice CI dashboards by bot
vs. human-driven runs — done with zero per-workflow plumbing.

Upstream changes (already merged + released):
- PostHog/posthog-github-action#13 (the feature)
- PostHog/posthog-github-action#14 (1.2.0 release)

Downstream consumers will see `actor` and `actor_type` properties on
every event from this action automatically.

Generated-By: PostHog Code
Task-Id: 1bd4387c-09c0-4bac-ad89-29fef1f0260b
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.

1 participant