Skip to content

Commit

Permalink
Release various packages that haven't been released in a while (#39145)
Browse files Browse the repository at this point in the history
github-actions/push-to-mirrors, github-actions/repo-gardening,
github-actions/required-review, github-actions/test-results-to-slack,
js-packages/eslint-changed, js-packages/eslint-config-target-es,
js-packages/storybook, packages/codesniffer, packages/ignorefile,
packages/phan-plugins, and packages/phpcs-filter.
  • Loading branch information
anomiex authored and gogdzl committed Oct 25, 2024
1 parent be34e2a commit c5586aa
Show file tree
Hide file tree
Showing 161 changed files with 141 additions and 613 deletions.
8 changes: 4 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions projects/github-actions/push-to-mirrors/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.2.0] - 2024-08-29
### Added
- Add footers like `Upstream-Ref: owner/repo@sha` to mirrored commits, to make it easy to find the source of any particular mirrored commit. New workflow parameter `no-upstream-refs` may be set to disable this. [#36850]
- Use the `Upstream-Ref` footers to find better base commits for newly-mirrored branches. Add workflow parameters `upstream-ref-count` and `upstream-ref-since` to control how many commits are searched. [#36850]

### Changed
- Disable git automatic garbage collection. No point to it as the local repos will be immediately discarded. [#36902]

## [2.1.0] - 2024-02-07
### Added
- Added support for GitHub Enterprise by replacing github.com with a dynamic variable [#32974]
Expand Down Expand Up @@ -58,6 +66,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[2.2.0]: https://github.com/Automattic/action-push-to-mirrors/compare/v2.1.0...v2.2.0
[2.1.0]: https://github.com/Automattic/action-push-to-mirrors/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/Automattic/action-push-to-mirrors/compare/v1.0.5...v2.0.0
[1.0.5]: https://github.com/Automattic/action-push-to-mirrors/compare/v1.0.4...v1.0.5
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

30 changes: 30 additions & 0 deletions projects/github-actions/repo-gardening/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,35 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [5.1.0] - 2024-08-29
### Added
- Auto-labeling: label changes to the WooCommerce Analytics package. [#36281]
- Repo Gardening: Check if PR owner is a member of the organization to determine if they're an OSS Citizen [#36860]

### Changed
- Auto-labeling: label changes to the Calypsoify package [#37320]
- Auto-labeling: label changes to the Classic Theme Helper package. [#37232]
- Auto-labeling: label changes to the Google Analytics package. [#37205]
- Auto-labeling: label changes to the Masterbar feature in the Masterbar package. [#37309]
- Auto-labeling: label changes to the SSO feature in the Connection package. [#36954]
- Board triage: update board used to triage Stats issues. [#37484]
- Board triage management: update My Jetpack owners. [#35602]
- Check Descriptions task: Ignore automated stub update PRs. [#36830]
- Check PR description: update PR review workflow explanation to be clearer. [#38881]
- Check PR description: update PR review workflow explanation to have correct markdown indent [#38920]
- Tasks: run the Board update task before other tasks. [#35723]
- Triage: update alert word for Jetpack Developer Ambassadors guild [#37432]
- Updated package dependencies. [#36757] [#37706]

### Removed
- Check description task: Remove general guessing of release dates and code freezes. Add special casing for wpcomsh and mu-wpcom-plugin. [#38462]

### Fixed
- Boost: Fix [Boost Feature] labels [#35947]
- Check description task: Handle empty PR body. [#36446]
- Repo Gardening: fix workflow for adding [OSS Citizen] label. [#37252]
- WPCOM Commit Reminder rask: Fix detection of existing reminder comment. [#39042]

## [5.0.0] - 2024-02-07
### Added
- Auto-label features in the mu-wpcom package. [#32221]
Expand Down Expand Up @@ -210,6 +239,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[5.1.0]: https://github.com/Automattic/action-repo-gardening/compare/v5.0.0...v5.1.0
[5.0.0]: https://github.com/Automattic/action-repo-gardening/compare/v4.0.0...v5.0.0
[4.0.0]: https://github.com/Automattic/action-repo-gardening/compare/v3.1.1...v4.0.0
[3.1.1]: https://github.com/Automattic/action-repo-gardening/compare/v3.1.0...v3.1.1
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion projects/github-actions/repo-gardening/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "repo-gardening",
"version": "5.0.0",
"version": "5.1.0",
"description": "Manage Pull Requests and issues in your Open Source project (automate labelling, milestones, feedback to PR authors, ...)",
"author": "Automattic",
"license": "GPL-2.0-or-later",
Expand Down
8 changes: 8 additions & 0 deletions projects/github-actions/required-review/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.0.1] - 2024-08-29
### Changed
- Updated package dependencies. [#36757]

### Fixed
- Don't request review from the PR author. [#37653]

## [4.0.0] - 2024-02-07
### Added
- Added support for GitHub Enterprise by replacing github.com with a dynamic variable [#32974]
Expand Down Expand Up @@ -83,6 +90,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[4.0.1]: https://github.com/Automattic/action-required-review/compare/v4.0.0...v4.0.1
[4.0.0]: https://github.com/Automattic/action-required-review/compare/v3.1.0...v4.0.0
[3.1.0]: https://github.com/Automattic/action-required-review/compare/v3.0.2...v3.1.0
[3.0.2]: https://github.com/Automattic/action-required-review/compare/v3.0.1...v3.0.2
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion projects/github-actions/required-review/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "required-review",
"version": "4.0.0",
"version": "4.0.1",
"description": "Check that a Pull Request has reviews from required teams.",
"main": "index.js",
"author": "Automattic",
Expand Down
9 changes: 9 additions & 0 deletions projects/github-actions/test-results-to-slack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.1] - 2024-08-29
### Changed
- Updated package dependencies. [#36097] [#36757] [#37706] [#38864]

### Fixed
- Lossless image optimization for images (should improve performance with no visible changes). [#38750]
- Update version of `actions/download-artifact` in documentation. [#36949]

## [0.3.0] - 2024-02-07
### Changed
- Update doc example to use `actions/upload-artifact@v4`. [#34997]
Expand Down Expand Up @@ -55,6 +63,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Remove duplicated last run button for scheduled event notification
- Remove duplicated last run button for workflow_run events

[0.3.1]: https://github.com/Automattic/action-test-results-to-slack/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/Automattic/action-test-results-to-slack/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/Automattic/action-test-results-to-slack/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/Automattic/action-test-results-to-slack/compare/v0.1.0...v0.2.0

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit c5586aa

Please sign in to comment.