You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: skip release/publish/changelog automation on forks (#5756)
nightly-release-v3, publish-npm, auto-changelog-v3 and changelog-v3 had no
repository guard, so any fork with Actions enabled runs them against its own
default branch. On a fork whose master is a PR head (#5462) this keeps
committing fork-generated release bumps, npm version bumps and typedoc output
(with fork source links) straight into the open PR. Guard the jobs with
github.repository == 'wailsapp/wails', matching weekly-release-v2 and
generate-sponsor-image.
Co-authored-by: taliesin-ai <lea.anthony@gmail.com>
0 commit comments