Skip to content

Releases: joshjohanning/bulk-github-repo-settings-sync-action

v2.10.1

09 Jun 17:14
Immutable release. Only release title and notes can be modified.
4b70b9f

Choose a tag to compare

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

20 May 14:08
Immutable release. Only release title and notes can be modified.
9a186e0

Choose a tag to compare

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 as pending instead of changed.
  • changed-repositories now counts only repositories where the action changed something during this run, or would change something in dry-run mode.
  • pending-repositories counts 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

19 May 19:52
Immutable release. Only release title and notes can be modified.
bf62172

Choose a tag to compare

What's Changed

Full Changelog: v2.9.5...v2.9.6

v2.9.5

06 May 01:24
Immutable release. Only release title and notes can be modified.
53e91bf

Choose a tag to compare

What's Changed

  • refactor: repository settings sync internals by @Wuodan in #186

Full Changelog: v2.9.4...v2.9.5

v2.9.4

05 May 21:28
Immutable release. Only release title and notes can be modified.
1567ed1

Choose a tag to compare

What's Changed

  • fix: derive valid commit titles for message-only updates by @Wuodan in #197

Full Changelog: v2.9.3...v2.9.4

v2.9.3

05 May 13:51
Immutable release. Only release title and notes can be modified.
7ffc96f

Choose a tag to compare

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

25 Apr 02:55
Immutable release. Only release title and notes can be modified.
a670ded

Choose a tag to compare

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

25 Apr 02:28
Immutable release. Only release title and notes can be modified.
551c09c

Choose a tag to compare

What's Changed

Full Changelog: v2.9.0...v2.9.1

v2.9.0

24 Apr 18:56
Immutable release. Only release title and notes can be modified.
4d05dc9

Choose a tag to compare

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

23 Apr 03:23
Immutable release. Only release title and notes can be modified.
c9c7ef4

Choose a tag to compare

What's Changed

Full Changelog: v2.7.0...v2.8.0