From 59419518f3ac118969a761af31586dc8d394c542 Mon Sep 17 00:00:00 2001 From: Dharmesh Patel Date: Thu, 3 Aug 2023 15:30:41 +0530 Subject: [PATCH 1/8] Rename to repo-automator. --- CHANGELOG.md | 12 ++++++------ CONTRIBUTING.md | 10 +++++----- README.md | 16 ++++++++-------- action.yml | 4 ++-- package-lock.json | 4 ++-- package.json | 8 ++++---- 6 files changed, 27 insertions(+), 27 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfa9f98..7dc15c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,16 +6,16 @@ All notable changes to this project will be documented in this file, per [the Ke ## [1.0.1] - 2022-10-14 ### Changed -- Rename action to "PR Automator" (props [@iamdharmesh](https://github.com/iamdharmesh), [@jeffpaul](https://github.com/jeffpaul) via [#27](https://github.com/10up/action-pr-automator/pull/27)) +- Rename action to "PR Automator" (props [@iamdharmesh](https://github.com/iamdharmesh), [@jeffpaul](https://github.com/jeffpaul) via [#27](https://github.com/10up/action-repo-automator/pull/27)) ### Security -- Bump `@octokit/action` from 4.0.8 to 4.0.9 (props [@dependabot](https://github.com/apps/dependabot) via [#25](https://github.com/10up/action-pr-automator/pull/25)). -- Bump `actions/setup-node` from 3.5.0 to 3.5.1 (props [@dependabot](https://github.com/apps/dependabot) via [#26](https://github.com/10up/action-pr-automator/pull/26)). +- Bump `@octokit/action` from 4.0.8 to 4.0.9 (props [@dependabot](https://github.com/apps/dependabot) via [#25](https://github.com/10up/action-repo-automator/pull/25)). +- Bump `actions/setup-node` from 3.5.0 to 3.5.1 (props [@dependabot](https://github.com/apps/dependabot) via [#26](https://github.com/10up/action-repo-automator/pull/26)). ## [1.0.0] - 2022-10-14 ### Added - Initial project release 🎉 -[Unreleased]: https://github.com/10up/action-pr-automator/compare/trunk...develop -[1.0.1]: https://github.com/10up/action-pr-automator/compare/1.0.0..1.0.1 -[1.0.0]: https://github.com/10up/action-pr-automator/releases/tag/1.0.0 \ No newline at end of file +[Unreleased]: https://github.com/10up/action-repo-automator/compare/trunk...develop +[1.0.1]: https://github.com/10up/action-repo-automator/compare/1.0.0..1.0.1 +[1.0.0]: https://github.com/10up/action-repo-automator/releases/tag/1.0.0 \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 63819e2..b8a18f7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,11 +10,11 @@ Contributing isn't just writing code - it's anything that improves the project. ### Reporting bugs -If you're running into an issue, please take a look through [existing issues](https://github.com/10up/action-pr-automator/issues) and [open a new one](https://github.com/10up/action-pr-automator/issues/new) if needed. If you're able, include steps to reproduce, environment information, and screenshots/screencasts as relevant. +If you're running into an issue, please take a look through [existing issues](https://github.com/10up/action-repo-automator/issues) and [open a new one](https://github.com/10up/action-repo-automator/issues/new) if needed. If you're able, include steps to reproduce, environment information, and screenshots/screencasts as relevant. ### Suggesting enhancements -New features and enhancements are also managed via [issues](https://github.com/10up/action-pr-automator/issues). +New features and enhancements are also managed via [issues](https://github.com/10up/action-repo-automator/issues). ### Pull requests @@ -36,12 +36,12 @@ The `develop` branch is the development branch which means it contains the next 6. Readme updates: Make any other readme changes as necessary. 7. Merge: Make a non-fast-forward merge from your release branch to `develop` (or merge the pull request), then do the same for `develop` into `trunk` (`git checkout trunk && git merge --no-ff develop`). `trunk` contains the stable development version. 8. Push: Push your `trunk` branch to GitHub (e.g. `git push origin trunk`). -9. Release: Create a [new release](https://github.com/10up/action-pr-automator/releases/new), naming the tag and the release with the new version number, and targeting the `trunk` branch. Paste the changelog from `CHANGELOG.md` into the body of the release and include a link to the closed issues on the [milestone](https://github.com/10up/action-pr-automator/milestone/#?closed=1). -10. Close milestone: Edit the [milestone](https://github.com/10up/action-pr-automator/milestone/#) with release date (in the `Due date (optional)` field) and link to GitHub release (in the `Description` field), then close the milestone. +9. Release: Create a [new release](https://github.com/10up/action-repo-automator/releases/new), naming the tag and the release with the new version number, and targeting the `trunk` branch. Paste the changelog from `CHANGELOG.md` into the body of the release and include a link to the closed issues on the [milestone](https://github.com/10up/action-repo-automator/milestone/#?closed=1). +10. Close milestone: Edit the [milestone](https://github.com/10up/action-repo-automator/milestone/#) with release date (in the `Due date (optional)` field) and link to GitHub release (in the `Description` field), then close the milestone. 11. Punt incomplete items: If any open issues or PRs which were milestoned for `X.Y.Z` do not make it into the release, update their milestone to `X.Y.Z+1`, `X.Y+1.0`, `X+1.0.0` or `Future Release`. ### What to do if things go wrong -If you run into issues during the release process and things have NOT fully deployed to WordPress.org / npm / whatever external-to-GitHub location that we might be publishing to, then the best thing to do will be to delete any Tag (e.g., https://github.com/10up/action-pr-automator/releases/tag/TAGNAME) or Release that's been created, research what's wrong, and once things are resolved work on re-tagging and re-releasing on GitHub and publishing externally where needed. +If you run into issues during the release process and things have NOT fully deployed to WordPress.org / npm / whatever external-to-GitHub location that we might be publishing to, then the best thing to do will be to delete any Tag (e.g., https://github.com/10up/action-repo-automator/releases/tag/TAGNAME) or Release that's been created, research what's wrong, and once things are resolved work on re-tagging and re-releasing on GitHub and publishing externally where needed. If you run into issues during the release process and things HAVE deployed to WordPress.org / npm / whatever external-to-GitHub location that we might be publishing to, then the best thing to do will be to research what's wrong and once things are resolved work on a patch release and tag on GitHub and publishing externally where needed. At the top of the changelog / release notes it's best to note that its a hotfix to resolve whatever issues were found after the previous release. diff --git a/README.md b/README.md index 90d3c65..0c92cb0 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# PR Automator - GitHub Action +# Repo Automator - GitHub Action -> GitHub Action that automates some common PR operations like validating PR description, changelog and credits. +> GitHub Action that automates some common repository operations like validating PR description, changelog and credits. -[![Support Level](https://img.shields.io/badge/support-beta-blueviolet.svg)](#support-level) [![Release Version](https://img.shields.io/github/release/10up/action-pr-automator.svg)](https://github.com/10up/action-pr-automator/releases/latest) [![License](https://img.shields.io/github/license/10up/action-pr-automator.svg)](https://github.com/10up/action-pr-automator/blob/develop/LICENSE.md) [![CodeQL](https://github.com/10up/action-pr-automator/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/10up/action-pr-automator/actions/workflows/codeql-analysis.yml) +[![Support Level](https://img.shields.io/badge/support-beta-blueviolet.svg)](#support-level) [![Release Version](https://img.shields.io/github/release/10up/action-repo-automator.svg)](https://github.com/10up/action-repo-automator/releases/latest) [![License](https://img.shields.io/github/license/10up/action-repo-automator.svg)](https://github.com/10up/action-repo-automator/blob/develop/LICENSE.md) [![CodeQL](https://github.com/10up/action-repo-automator/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/10up/action-repo-automator/actions/workflows/codeql-analysis.yml) ## Overview @@ -53,10 +53,10 @@ This GitHub Action Helps with the following operations: ## Example Workflow File -To get started, you will want to copy the contents of the given example into `.github/workflows/pr-automator.yml` and push that to your repository. You are welcome to name the file something else. +To get started, you will want to copy the contents of the given example into `.github/workflows/repo-automator.yml` and push that to your repository. You are welcome to name the file something else. ```yml -name: 'PR Automator' +name: 'Repo Automator' on: issues: types: @@ -78,7 +78,7 @@ jobs: Validate: runs-on: ubuntu-latest steps: - - uses: 10up/action-pr-automator@trunk + - uses: 10up/action-repo-automator@trunk with: fail-label: 'needs:feedback' pass-label: 'needs:code-review' @@ -126,11 +126,11 @@ __Merge Conflicts__ - Sometimes, GitHub does not reliably compute the [`mergeabl ## Changelog -A complete listing of all notable changes to PR Automator - GitHub Action are documented in [CHANGELOG.md](https://github.com/10up/action-pr-automator/blob/develop/CHANGELOG.md). +A complete listing of all notable changes to Repo Automator - GitHub Action are documented in [CHANGELOG.md](https://github.com/10up/action-repo-automator/blob/develop/CHANGELOG.md). ## Contributing -Please read [CODE_OF_CONDUCT.md](https://github.com/10up/action-pr-automator/blob/develop/CODE_OF_CONDUCT.md) for details on our code of conduct, [CONTRIBUTING.md](https://github.com/10up/action-pr-automator/blob/develop/CONTRIBUTING.md) for details on the process for submitting pull requests to us, and [CREDITS.md](https://github.com/10up/action-pr-automator/blob/develop/CREDITS.md) for a list of maintainers, contributors, and libraries used in this repository. +Please read [CODE_OF_CONDUCT.md](https://github.com/10up/action-repo-automator/blob/develop/CODE_OF_CONDUCT.md) for details on our code of conduct, [CONTRIBUTING.md](https://github.com/10up/action-repo-automator/blob/develop/CONTRIBUTING.md) for details on the process for submitting pull requests to us, and [CREDITS.md](https://github.com/10up/action-repo-automator/blob/develop/CREDITS.md) for a list of maintainers, contributors, and libraries used in this repository. ## Like what you see? diff --git a/action.yml b/action.yml index 75cc79d..120c2fc 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ -name: "PR Automator" -description: "GH Action for automate some common PR operations and validate PR description, changelog and credits." +name: "Repo Automator" +description: "GH Action for automate some common repository operations and validate PR description, changelog and credits." branding: icon: "git-branch" color: "blue" diff --git a/package-lock.json b/package-lock.json index 09020f2..90b5c26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "10up/action-pr-automator", + "name": "10up/action-repo-automator", "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "10up/action-pr-automator", + "name": "10up/action-repo-automator", "version": "1.0.1", "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 3693396..0735e85 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "10up/action-pr-automator", + "name": "10up/action-repo-automator", "version": "1.0.1", "description": "GitHub Action to automate some common PR operations and validate PR description, changelog and credits.", "keywords": [ @@ -7,9 +7,9 @@ "Actions", "JavaScript" ], - "homepage": "https://github.com/10up/action-pr-automator#readme", + "homepage": "https://github.com/10up/action-repo-automator#readme", "bugs": { - "url": "https://github.com/10up/action-pr-automator/issues" + "url": "https://github.com/10up/action-repo-automator/issues" }, "license": "MIT", "author": { @@ -20,7 +20,7 @@ "main": "index.js", "repository": { "type": "git", - "url": "git@github.com:10up/action-pr-automator.git" + "url": "git@github.com:10up/action-repo-automator.git" }, "scripts": { "lint": "eslint .", From 655f416b30c68ef479a67b340e00bb1e0b7aeb81 Mon Sep 17 00:00:00 2001 From: Dharmesh Patel Date: Thu, 3 Aug 2023 15:35:50 +0530 Subject: [PATCH 2/8] Workflow rename. --- .../{pr-automator.yml => repo-automator.yml} | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) rename .github/workflows/{pr-automator.yml => repo-automator.yml} (57%) diff --git a/.github/workflows/pr-automator.yml b/.github/workflows/repo-automator.yml similarity index 57% rename from .github/workflows/pr-automator.yml rename to .github/workflows/repo-automator.yml index c56d7e5..4b9bdcd 100644 --- a/.github/workflows/pr-automator.yml +++ b/.github/workflows/repo-automator.yml @@ -1,5 +1,11 @@ -name: 'PR Automator' +name: 'Repo Automator' on: + issues: + types: + - opened + push: + branches: + - develop pull_request: types: - opened @@ -13,10 +19,13 @@ jobs: Validate: runs-on: ubuntu-latest steps: - - uses: 10up/action-pr-automator@develop + - uses: 10up/action-repo-automator@develop with: fail-label: needs:feedback pass-label: needs:code-review - reviewer: iamdharmesh + reviewers: | + iamdharmesh + team:open-source-practice + sync-pr-branch: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 7b304228377f8ec6fceff5930e2cb4cfc56c6509 Mon Sep 17 00:00:00 2001 From: Dharmesh Patel Date: Thu, 3 Aug 2023 15:46:06 +0530 Subject: [PATCH 3/8] Description upgrade in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0735e85..034d479 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "10up/action-repo-automator", "version": "1.0.1", - "description": "GitHub Action to automate some common PR operations and validate PR description, changelog and credits.", + "description": "GitHub Action to automate some common repository operations and validate PR description, changelog and credits.", "keywords": [ "GitHub", "Actions", From d7b9362eef93b37516b5354208f4243c071d1c36 Mon Sep 17 00:00:00 2001 From: Dharmesh Patel Date: Tue, 15 Aug 2023 18:16:01 +0530 Subject: [PATCH 4/8] Version bumps. --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 90b5c26..cae3677 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "10up/action-repo-automator", - "version": "1.0.1", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "10up/action-repo-automator", - "version": "1.0.1", + "version": "2.0.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 034d479..f484200 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "10up/action-repo-automator", - "version": "1.0.1", + "version": "2.0.0", "description": "GitHub Action to automate some common repository operations and validate PR description, changelog and credits.", "keywords": [ "GitHub", From 94e881c20f13d08d1beb1ca921585e5f90e1bb85 Mon Sep 17 00:00:00 2001 From: Dharmesh Patel Date: Tue, 15 Aug 2023 18:16:10 +0530 Subject: [PATCH 5/8] Added changelog. --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dc15c1..2b38f33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file, per [the Ke ## [Unreleased] - TBD +## [2.0.0] - 2023-08-XX + +### Added +- Support for automatically add a milestone. (props [@iamdharmesh](https://github.com/iamdharmesh), [@jeffpaul](https://github.com/jeffpaul), [@faisal-alvi](https://github.com/faisal-alvi) via [#47](https://github.com/10up/action-pr-automator/pull/47)) +- Support for request PR review from multiple reviewers. (props [@iamdharmesh](https://github.com/iamdharmesh), [@faisal-alvi](https://github.com/faisal-alvi), [@jeffpaul](https://github.com/jeffpaul) via [#48](https://github.com/10up/action-pr-automator/pull/48)) +- Support for auto-assigning issues to PR author. (props [@iamdharmesh](https://github.com/iamdharmesh), [@jeffpaul](https://github.com/jeffpaul), [@faisal-alvi](https://github.com/faisal-alvi) via [#49](https://github.com/10up/action-pr-automator/pull/49)) +- Support for notify merge conflict (props [@iamdharmesh](https://github.com/iamdharmesh), [@dkotter](https://github.com/dkotter) via [#72](https://github.com/10up/action-pr-automator/pull/72)) +- Support for welcome first-time contributors (props [@iamdharmesh](https://github.com/iamdharmesh), [@jeffpaul](https://github.com/jeffpaul), [@ravinderk](https://github.com/ravinderk) via [#82](https://github.com/10up/action-pr-automator/pull/82)) +- Support auto-comment on new issues and pull requests (props [@iamdharmesh](https://github.com/iamdharmesh), [@jeffpaul](https://github.com/jeffpaul), [@ravinderk](https://github.com/ravinderk) via [#83](https://github.com/10up/action-pr-automator/pull/83)) +- Support for auto-sync PR branch. (props [@iamdharmesh](https://github.com/iamdharmesh), [@ravinderk](https://github.com/ravinderk) via [#81](https://github.com/10up/action-pr-automator/pull/81)) +- Support for passing pull request validation regex from workflow file. (props [@senhordaluz](https://github.com/senhordaluz), [@iamdharmesh](https://github.com/iamdharmesh), [@Sidsector9](https://github.com/Sidsector9) via [#84](https://github.com/10up/action-pr-automator/pull/84)) + +### Changed +- Renamed `reviewer` configuration field to `reviewers`. (props [@iamdharmesh](https://github.com/iamdharmesh), [@faisal-alvi](https://github.com/faisal-alvi), [@jeffpaul](https://github.com/jeffpaul) via [#48](https://github.com/10up/action-pr-automator/pull/48)) +### Security +- Bump `@octokit/action` from 4.0.9 to 6.0.5 (props [@dependabot[bot]](https://github.com/apps/dependabot), [@jeffpaul](https://github.com/jeffpaul), [@iamdharmesh](https://github.com/iamdharmesh) via [#30](https://github.com/10up/action-pr-automator/pull/30), [#40](https://github.com/10up/action-pr-automator/pull/40), [#60](https://github.com/10up/action-pr-automator/pull/60), [#62](https://github.com/10up/action-pr-automator/pull/62), [#64](https://github.com/10up/action-pr-automator/pull/64), [#66](https://github.com/10up/action-pr-automator/pull/66), [#69](https://github.com/10up/action-pr-automator/pull/69), [#78](https://github.com/10up/action-pr-automator/pull/78)) +- Bump `@vercel/ncc` from 0.34.0 to 0.36.1 (props [@dependabot[bot]](https://github.com/apps/dependabot), [@jeffpaul](https://github.com/jeffpaul), [@iamdharmesh](https://github.com/iamdharmesh) via [#35](https://github.com/10up/action-pr-automator/pull/35), [#41](https://github.com/10up/action-pr-automator/pull/41)) +- Bump actions/setup-node from 3.5.1 to 3.8.0 (props [@dependabot[bot]](https://github.com/apps/dependabot), [@jeffpaul](https://github.com/jeffpaul), [@iamdharmesh](https://github.com/iamdharmesh) via [#38](https://github.com/10up/action-pr-automator/pull/38), [#71](https://github.com/10up/action-pr-automator/pull/71), [#89](https://github.com/10up/action-pr-automator/pull/89)) +- Bump eslint from 8.25.0 to 8.47.0 (props [@dependabot[bot]](https://github.com/apps/dependabot), [@jeffpaul](https://github.com/jeffpaul), [@iamdharmesh](https://github.com/iamdharmesh) via [#31](https://github.com/10up/action-pr-automator/pull/31), [#32](https://github.com/10up/action-pr-automator/pull/32), [#33](https://github.com/10up/action-pr-automator/pull/33), [#34](https://github.com/10up/action-pr-automator/pull/34), [#36](https://github.com/10up/action-pr-automator/pull/36), [#37](https://github.com/10up/action-pr-automator/pull/37), [#39](https://github.com/10up/action-pr-automator/pull/39), [#42](https://github.com/10up/action-pr-automator/pull/42), [#50](https://github.com/10up/action-pr-automator/pull/50), [#53](https://github.com/10up/action-pr-automator/pull/53), [#54](https://github.com/10up/action-pr-automator/pull/54), [#55](https://github.com/10up/action-pr-automator/pull/55), [#56](https://github.com/10up/action-pr-automator/pull/56), [#57](https://github.com/10up/action-pr-automator/pull/57), [#58](https://github.com/10up/action-pr-automator/pull/58), [#61](https://github.com/10up/action-pr-automator/pull/61), [#65](https://github.com/10up/action-pr-automator/pull/65), [#67](https://github.com/10up/action-pr-automator/pull/67), [#70](https://github.com/10up/action-pr-automator/pull/70), [#75](https://github.com/10up/action-pr-automator/pull/75), [#86](https://github.com/10up/action-pr-automator/pull/86), [#88](https://github.com/10up/action-pr-automator/pull/88)) + ## [1.0.1] - 2022-10-14 ### Changed - Rename action to "PR Automator" (props [@iamdharmesh](https://github.com/iamdharmesh), [@jeffpaul](https://github.com/jeffpaul) via [#27](https://github.com/10up/action-repo-automator/pull/27)) @@ -17,5 +37,6 @@ All notable changes to this project will be documented in this file, per [the Ke - Initial project release 🎉 [Unreleased]: https://github.com/10up/action-repo-automator/compare/trunk...develop +[2.0.0]: https://github.com/10up/action-repo-automator/compare/1.0.1..2.0.0 [1.0.1]: https://github.com/10up/action-repo-automator/compare/1.0.0..1.0.1 [1.0.0]: https://github.com/10up/action-repo-automator/releases/tag/1.0.0 \ No newline at end of file From f13a7b90a2cce01b1739ae28ee5450e6f647796e Mon Sep 17 00:00:00 2001 From: Dharmesh Patel Date: Tue, 15 Aug 2023 18:16:31 +0530 Subject: [PATCH 6/8] Added contributors to credits.md. --- CREDITS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CREDITS.md b/CREDITS.md index 4fc12f3..351d2c2 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -12,7 +12,7 @@ The following individuals are responsible for curating the list of issues, respo Thank you to all the people who have already contributed to this repository via bug reports, code, design, ideas, project management, translation, testing, etc. -[Dharmesh Patel (@iamdharmesh)](https://github.com/iamdharmesh), [Jeffrey Paul (@jeffpaul)](https://github.com/jeffpaul), [Siddharth Thevaril (@Sidsector9)](https://github.com/Sidsector9). +[Dharmesh Patel (@iamdharmesh)](https://github.com/iamdharmesh), [Jeffrey Paul (@jeffpaul)](https://github.com/jeffpaul), [Siddharth Thevaril (@Sidsector9)](https://github.com/Sidsector9), [Faisal Alvi (@faisal-alvi)](https://github.com/faisal-alvi), [Darin Kotter (@dkotter)](https://github.com/dkotter), [Ravinder Kumar (@ravinderk)](https://github.com/ravinderk), [Pedro da Luz (@senhordaluz)](https://github.com/senhordaluz), [Dependabot (@dependabot[bot])](https://github.com/apps/dependabot) ## Libraries From bf191cddeba6862556267923fa34bf1899bc3361 Mon Sep 17 00:00:00 2001 From: Dharmesh Patel Date: Tue, 15 Aug 2023 18:24:46 +0530 Subject: [PATCH 7/8] Added changelog about rename action. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b38f33..6358eaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file, per [the Ke ## [Unreleased] - TBD ## [2.0.0] - 2023-08-XX +**Note that this release renames action to "Repo Automator"** ### Added - Support for automatically add a milestone. (props [@iamdharmesh](https://github.com/iamdharmesh), [@jeffpaul](https://github.com/jeffpaul), [@faisal-alvi](https://github.com/faisal-alvi) via [#47](https://github.com/10up/action-pr-automator/pull/47)) @@ -18,6 +19,8 @@ All notable changes to this project will be documented in this file, per [the Ke ### Changed - Renamed `reviewer` configuration field to `reviewers`. (props [@iamdharmesh](https://github.com/iamdharmesh), [@faisal-alvi](https://github.com/faisal-alvi), [@jeffpaul](https://github.com/jeffpaul) via [#48](https://github.com/10up/action-pr-automator/pull/48)) +- Rename action to "Repo Automator" (props [@iamdharmesh](https://github.com/iamdharmesh), [@jeffpaul](https://github.com/jeffpaul) via [#87](https://github.com/10up/action-repo-automator/pull/87)) + ### Security - Bump `@octokit/action` from 4.0.9 to 6.0.5 (props [@dependabot[bot]](https://github.com/apps/dependabot), [@jeffpaul](https://github.com/jeffpaul), [@iamdharmesh](https://github.com/iamdharmesh) via [#30](https://github.com/10up/action-pr-automator/pull/30), [#40](https://github.com/10up/action-pr-automator/pull/40), [#60](https://github.com/10up/action-pr-automator/pull/60), [#62](https://github.com/10up/action-pr-automator/pull/62), [#64](https://github.com/10up/action-pr-automator/pull/64), [#66](https://github.com/10up/action-pr-automator/pull/66), [#69](https://github.com/10up/action-pr-automator/pull/69), [#78](https://github.com/10up/action-pr-automator/pull/78)) - Bump `@vercel/ncc` from 0.34.0 to 0.36.1 (props [@dependabot[bot]](https://github.com/apps/dependabot), [@jeffpaul](https://github.com/jeffpaul), [@iamdharmesh](https://github.com/iamdharmesh) via [#35](https://github.com/10up/action-pr-automator/pull/35), [#41](https://github.com/10up/action-pr-automator/pull/41)) From 1caf7d33732fe859e3fbabc426ac10bb7c521fff Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Thu, 17 Aug 2023 16:40:13 -0500 Subject: [PATCH 8/8] Update CHANGELOG.md --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6358eaf..5e0e673 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,8 +24,8 @@ All notable changes to this project will be documented in this file, per [the Ke ### Security - Bump `@octokit/action` from 4.0.9 to 6.0.5 (props [@dependabot[bot]](https://github.com/apps/dependabot), [@jeffpaul](https://github.com/jeffpaul), [@iamdharmesh](https://github.com/iamdharmesh) via [#30](https://github.com/10up/action-pr-automator/pull/30), [#40](https://github.com/10up/action-pr-automator/pull/40), [#60](https://github.com/10up/action-pr-automator/pull/60), [#62](https://github.com/10up/action-pr-automator/pull/62), [#64](https://github.com/10up/action-pr-automator/pull/64), [#66](https://github.com/10up/action-pr-automator/pull/66), [#69](https://github.com/10up/action-pr-automator/pull/69), [#78](https://github.com/10up/action-pr-automator/pull/78)) - Bump `@vercel/ncc` from 0.34.0 to 0.36.1 (props [@dependabot[bot]](https://github.com/apps/dependabot), [@jeffpaul](https://github.com/jeffpaul), [@iamdharmesh](https://github.com/iamdharmesh) via [#35](https://github.com/10up/action-pr-automator/pull/35), [#41](https://github.com/10up/action-pr-automator/pull/41)) -- Bump actions/setup-node from 3.5.1 to 3.8.0 (props [@dependabot[bot]](https://github.com/apps/dependabot), [@jeffpaul](https://github.com/jeffpaul), [@iamdharmesh](https://github.com/iamdharmesh) via [#38](https://github.com/10up/action-pr-automator/pull/38), [#71](https://github.com/10up/action-pr-automator/pull/71), [#89](https://github.com/10up/action-pr-automator/pull/89)) -- Bump eslint from 8.25.0 to 8.47.0 (props [@dependabot[bot]](https://github.com/apps/dependabot), [@jeffpaul](https://github.com/jeffpaul), [@iamdharmesh](https://github.com/iamdharmesh) via [#31](https://github.com/10up/action-pr-automator/pull/31), [#32](https://github.com/10up/action-pr-automator/pull/32), [#33](https://github.com/10up/action-pr-automator/pull/33), [#34](https://github.com/10up/action-pr-automator/pull/34), [#36](https://github.com/10up/action-pr-automator/pull/36), [#37](https://github.com/10up/action-pr-automator/pull/37), [#39](https://github.com/10up/action-pr-automator/pull/39), [#42](https://github.com/10up/action-pr-automator/pull/42), [#50](https://github.com/10up/action-pr-automator/pull/50), [#53](https://github.com/10up/action-pr-automator/pull/53), [#54](https://github.com/10up/action-pr-automator/pull/54), [#55](https://github.com/10up/action-pr-automator/pull/55), [#56](https://github.com/10up/action-pr-automator/pull/56), [#57](https://github.com/10up/action-pr-automator/pull/57), [#58](https://github.com/10up/action-pr-automator/pull/58), [#61](https://github.com/10up/action-pr-automator/pull/61), [#65](https://github.com/10up/action-pr-automator/pull/65), [#67](https://github.com/10up/action-pr-automator/pull/67), [#70](https://github.com/10up/action-pr-automator/pull/70), [#75](https://github.com/10up/action-pr-automator/pull/75), [#86](https://github.com/10up/action-pr-automator/pull/86), [#88](https://github.com/10up/action-pr-automator/pull/88)) +- Bump `actions/setup-node` from 3.5.1 to 3.8.0 (props [@dependabot[bot]](https://github.com/apps/dependabot), [@jeffpaul](https://github.com/jeffpaul), [@iamdharmesh](https://github.com/iamdharmesh) via [#38](https://github.com/10up/action-pr-automator/pull/38), [#71](https://github.com/10up/action-pr-automator/pull/71), [#89](https://github.com/10up/action-pr-automator/pull/89)) +- Bump `eslint` from 8.25.0 to 8.47.0 (props [@dependabot[bot]](https://github.com/apps/dependabot), [@jeffpaul](https://github.com/jeffpaul), [@iamdharmesh](https://github.com/iamdharmesh) via [#31](https://github.com/10up/action-pr-automator/pull/31), [#32](https://github.com/10up/action-pr-automator/pull/32), [#33](https://github.com/10up/action-pr-automator/pull/33), [#34](https://github.com/10up/action-pr-automator/pull/34), [#36](https://github.com/10up/action-pr-automator/pull/36), [#37](https://github.com/10up/action-pr-automator/pull/37), [#39](https://github.com/10up/action-pr-automator/pull/39), [#42](https://github.com/10up/action-pr-automator/pull/42), [#50](https://github.com/10up/action-pr-automator/pull/50), [#53](https://github.com/10up/action-pr-automator/pull/53), [#54](https://github.com/10up/action-pr-automator/pull/54), [#55](https://github.com/10up/action-pr-automator/pull/55), [#56](https://github.com/10up/action-pr-automator/pull/56), [#57](https://github.com/10up/action-pr-automator/pull/57), [#58](https://github.com/10up/action-pr-automator/pull/58), [#61](https://github.com/10up/action-pr-automator/pull/61), [#65](https://github.com/10up/action-pr-automator/pull/65), [#67](https://github.com/10up/action-pr-automator/pull/67), [#70](https://github.com/10up/action-pr-automator/pull/70), [#75](https://github.com/10up/action-pr-automator/pull/75), [#86](https://github.com/10up/action-pr-automator/pull/86), [#88](https://github.com/10up/action-pr-automator/pull/88)) ## [1.0.1] - 2022-10-14 ### Changed @@ -42,4 +42,4 @@ All notable changes to this project will be documented in this file, per [the Ke [Unreleased]: https://github.com/10up/action-repo-automator/compare/trunk...develop [2.0.0]: https://github.com/10up/action-repo-automator/compare/1.0.1..2.0.0 [1.0.1]: https://github.com/10up/action-repo-automator/compare/1.0.0..1.0.1 -[1.0.0]: https://github.com/10up/action-repo-automator/releases/tag/1.0.0 \ No newline at end of file +[1.0.0]: https://github.com/10up/action-repo-automator/releases/tag/1.0.0