All notable changes to this project will be documented in this file, per the Keep a Changelog standard, and will adhere to Semantic Versioning.
Unreleased - TBD
2.1.3 - 2024-11-18
- Bump Node.js version from v16 to v20 (props @iamdharmesh, @dkotter via #125).
- Bump
@actions/core
from 1.10.1 to 1.11.0,@octokit/action
from 6.0.6 to 7.0.0 and@vercel/ncc
from 0.38.1 to 0.38.2 (props @iamdharmesh, @dkotter via #125).
2.1.2 - 2024-05-06
- Exclude the release pull request from the PR validations (props @iamdharmesh, @dkotter via #119).
- Bump
actions/upload-artifact
from v3 to v4 (props @iamdharmesh, @jeffpaul via #121).
- Bump
undici
from 5.26.4 to 5.28.4 (props @dependabot[bot], @iamdharmesh via #115, #120).
2.1.1 - 2024-02-29
- Disabled dependabot version updates for GitHub Actions and npm dependencies (props @iamdharmesh, @jeffpaul via #113)
- Updated pull request validation input to accept true/false instead of a regex expression (props @iamdharmesh, @dkotter via #114)
- Bump
eslint
from 8.53.0 to 8.54.0 (props @dependabot[bot], @iamdharmesh via #112)
2.1.0 - 2023-11-14
- Skip merge conflict check and auto-sync on pull requests from bots (props @iamdharmesh, @peterwilsoncc via #100)
- Ensure we properly remove all HTML comments from input strings (props @dkotter, @iamdharmesh via #108)
- Bump
actions/setup-node
from 3.8.0 to 4.0.0 (props @dependabot[bot], @iamdharmesh via #90, #107) - Bump
eslint
from 8.47.0 to 8.53.0 (props @dependabot[bot], @iamdharmesh via #92, #95, #99, #101, #106, #110) - Bump
actions/checkout
from 3 to 4 (props @dependabot[bot], @iamdharmesh via #93) - Bump
@vercel/ncc
from 0.36.1 to 0.38.1 (props @dependabot[bot], @iamdharmesh via #94, #104) - Bump
@actions/core
from 1.10.0 to 1.10.1 (props @dependabot[bot], @iamdharmesh via #96) - Bump
@octokit/action
from 6.0.5 to 6.0.6 (props @dependabot[bot], @iamdharmesh via #98) - Bump
@actions/github
from 5.1.1 to 6.0.0 (props @dependabot[bot], @iamdharmesh via #102) - Bump
undici
from 5.25.4 to 5.26.4 (props @dependabot[bot], @iamdharmesh via #105)
2.0.0 - 2023-08-21
Note that this release renames action to "Repo Automator"
- Support for automatically add a milestone. (props @iamdharmesh, @jeffpaul, @faisal-alvi via #47)
- Support for request PR review from multiple reviewers. (props @iamdharmesh, @faisal-alvi, @jeffpaul via #48)
- Support for auto-assigning issues to PR author. (props @iamdharmesh, @jeffpaul, @faisal-alvi via #49)
- Support for notify merge conflict (props @iamdharmesh, @dkotter via #72)
- Support for welcome first-time contributors (props @iamdharmesh, @jeffpaul, @ravinderk via #82)
- Support auto-comment on new issues and pull requests (props @iamdharmesh, @jeffpaul, @ravinderk via #83)
- Support for auto-sync PR branch. (props @iamdharmesh, @ravinderk via #81)
- Support for passing pull request validation regex from workflow file. (props @senhordaluz, @iamdharmesh, @Sidsector9 via #84)
- Renamed
reviewer
configuration field toreviewers
. (props @iamdharmesh, @faisal-alvi, @jeffpaul via #48) - Rename action to "Repo Automator" (props @iamdharmesh, @jeffpaul via #87)
- Bump
@octokit/action
from 4.0.9 to 6.0.5 (props @dependabot[bot], @jeffpaul, @iamdharmesh via #30, #40, #60, #62, #64, #66, #69, #78) - Bump
@vercel/ncc
from 0.34.0 to 0.36.1 (props @dependabot[bot], @jeffpaul, @iamdharmesh via #35, #41) - Bump
actions/setup-node
from 3.5.1 to 3.8.0 (props @dependabot[bot], @jeffpaul, @iamdharmesh via #38, #71, #89) - Bump
eslint
from 8.25.0 to 8.47.0 (props @dependabot[bot], @jeffpaul, @iamdharmesh via #31, #32, #33, #34, #36, #37, #39, #42, #50, #53, #54, #55, #56, #57, #58, #61, #65, #67, #70, #75, #86, #88)
1.0.1 - 2022-10-14
- Rename action to "PR Automator" (props @iamdharmesh, @jeffpaul via #27)
- Bump
@octokit/action
from 4.0.8 to 4.0.9 (props @dependabot via #25). - Bump
actions/setup-node
from 3.5.0 to 3.5.1 (props @dependabot via #26).
1.0.0 - 2022-10-14
- Initial project release 🎉