Releases: joshjohanning/bulk-github-repo-settings-sync-action
Releases · joshjohanning/bulk-github-repo-settings-sync-action
v2.10.1
Immutable
release. Only release title and notes can be modified.
What's Changed
- docs: clarify ruleset pass-through and supported target types by @joshjohanning in #205
- chore(deps-dev): bump eslint-plugin-prettier from 5.5.5 to 5.5.6 in the eslint-plugins group by @dependabot[bot] in #206
- chore(deps): bump js-yaml from 4.1.1 to 4.2.0 by @dependabot[bot] in #207
Full Changelog: v2.10.0...v2.10.1
v2.10.0
Immutable
release. Only release title and notes can be modified.
What's Changed
- chore(deps-dev): bump jest from 30.4.1 to 30.4.2 by @dependabot[bot] in #202
- feat: add PENDING subResult status and pending-repositories output by @joshjohanning in #204
⚠️ changed-repositories output calculation change
- Repositories with an existing up-to-date sync PR (
pr-up-to-date) are now reported aspendinginstead ofchanged. changed-repositoriesnow counts only repositories where the action changed something during this run, or would change something in dry-run mode.pending-repositoriescounts repositories where the desired change is already present in an open PR, so the action did not need to update anything this run.
This makes dry-run output clearer: changed-repositories answers "how many repositories would this run modify?", while pending-repositories answers "how many repositories already have the change staged in an open PR?".
If you previously used changed-repositories as a "repos not yet fully reconciled" count, use changed-repositories + pending-repositories instead.
Full Changelog: v2.9.6...v2.10.0
v2.9.6
Immutable
release. Only release title and notes can be modified.
What's Changed
- chore(deps-dev): bump jest from 30.3.0 to 30.4.1 by @dependabot[bot] in #201
- chore(deps-dev): bump eslint from 9.39.3 to 9.39.4 by @dependabot[bot] in #199
- chore(deps-dev): bump globals from 17.5.0 to 17.6.0 by @dependabot[bot] in #200
- fix: log derived commit title in action output by @joshjohanning in #203
Full Changelog: v2.9.5...v2.9.6
v2.9.5
Immutable
release. Only release title and notes can be modified.
What's Changed
Full Changelog: v2.9.4...v2.9.5
v2.9.4
Immutable
release. Only release title and notes can be modified.
What's Changed
Full Changelog: v2.9.3...v2.9.4
v2.9.3
Immutable
release. Only release title and notes can be modified.
What's Changed
- chore(deps): bump @actions/core from 3.0.0 to 3.0.1 in the github group by @dependabot[bot] in #195
Full Changelog: v2.9.2...v2.9.3
v2.9.2
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix: use GraphQL viewer query for authenticated user detection by @joshjohanning in #194
Full Changelog: v2.9.1...v2.9.2
v2.9.1
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix: support GitHub App tokens for stale PR author matching by @joshjohanning in #193
Full Changelog: v2.9.0...v2.9.1
v2.9.0
Immutable
release. Only release title and notes can be modified.
What's Changed
- feat: auto-close stale sync PRs when source file reverts to match target by @Copilot and @joshjohanning in #192
Full Changelog: v2.8.0...v2.9.0
v2.8.0
Immutable
release. Only release title and notes can be modified.
What's Changed
- feat: sync repository environments by @Copilot and @joshjohanning in #169
Full Changelog: v2.7.0...v2.8.0