action-repo-gardening

[READ ONLY] GitHub Action: Manage PR and issues in your Open Source project (automate labelling, milestones, feedback to PR authors, ... ) This repository is a mirror, for issue tracking and development head to: https://github.com/Automattic/Jetpack/

OTHER License

Stars
3
Committers
26

Bot releases are visible (Hide)

action-repo-gardening - 5.1.0 Latest Release

Published by github-actions[bot] about 2 months ago

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]
action-repo-gardening - 5.0.0

Published by github-actions[bot] 9 months ago

5.0.0 - 2024-02-07

Added

  • Auto-label features in the mu-wpcom package. [#32221]
  • Board triage: automate triage of Verbum-related issues. [#35326]
  • Board triage task: automatically add issues classified as bugs to the project board. [#33493]
  • Gather Support References task: automatically label issues that include support references. [#32398]
  • Label automations: mark revert PRs with a label. [#33472]
  • Label cleanup: Remove [Status] Stale from closed PRs. [#31743]
  • New task: updateBoard allows you to automate updates to a GitHub Project Board fields to match priority labels on an issue in your repo. [#33469]
  • Project Board automations: automatically update the status field based on the "Triaged" label. [#33482]
  • Project Board triage: automatically assign teams to an issue based on issue labels. [#34313]
  • Repo Gardening Action: Add add_labels input to addLabels task for setting custom path: label matching directly in the workflow. [#32306]

Changed

  • addMilestone task: if a milestone description contains a string with "Code Freeze: YYYY-MM-DD" or "Branch Cut: YYYY-MM-DD", and that date has elapsed, then don't add PRs to that milestone. This prevents merged PRs from being automatically added to milestones that have entered a code freeze. [#31973]
  • Board triage: update team Zap's assignment settings. [#35466]
  • Check description task: support different phrasing in milestone descriptiion. "Code Freeze" can also be "Branch cut". [#31987]
  • Description task: update milestone details to include information about the different release schedules. [#33675]
  • Gather Support References: also gather p2 comment references. [#33979]
  • Gather Support References: consider forum links to be a valid support reference. [#35148]
  • Issue Triage: update the "Escalated" status label to "Priority Review Triggered". [#33756]
  • Label cleanup: Task now runs for closed issues as well as PRs. [#31743]
  • Labelling: handle automatic labeling of Contact Form changes in the package. [#33864]
  • Labels: prefix module labels with [Feature], to match new bug reporting tool. [#32118]
  • Labels: update "Premium Content" to "Paid Content". [#33119]
  • Labels: update Stats's label name. [#32916]
  • Project Board triage: handle issues waiting on a third-party fix when auto-triaging. [#33876]
  • Updated package dependencies. [#33650]
  • Update the label used to mark issues that have reports from Happiness Engineers. [#32711]
  • Use the node20 runner instead of the deprecated node16 runner. [#35262]

Removed

  • Description task: remove reference to "Required review" check that was removed a while back. [#33683]
  • Status checks: remove commit verification status check. [#33075]

Fixed

  • Adds Woo Sync to GH label name exceptions. [#33713]
  • Automated Board triage: fix event reference to trigger the action. [#34482]
  • Board triage: ensure the task works when the organization name is capitalized [#34980]
  • Don't crash on milestones with null description. [#32599]
  • Issue references: avoid changing capitalization of p2 shortlinks. [#34426]
  • Issue references: do not gather support references in Pull Requests, only in issues. [#34426]
  • Project Board automations: do not run any automation on closed issues. [#33539]
action-repo-gardening - 4.0.0

Published by github-actions[bot] over 1 year ago

4.0.0 - 2023-06-06

Added

  • Add new task to notify Quality team of important issues
  • Add the legacy Photon label for PRs that make changes to the Image CDN package.
  • Auto labeling: add labels for common elements of the CRM plugin.
  • Create a new triageIssues task, to handle automated label triage and Slack notifications for important issues.

Changed

  • Add the Docs label whenever markdown files are edited.
  • Auto-labeling: update logic to use new [Focus] label.
  • Automated labeling: standardize how we track PRs with tests.
  • Changed the features directory to include the module directory as well.
  • Docs: Changing 'needs review' label wording for pull requests to more accurately reflect current processes
  • Don't complain about missing a changelog entry if the changelog itself is being changed.
  • Escalation task: update wording and icons.
  • Kitkat escalation task: change the name of the label applied to escalated issues.
  • Label management: do not loop through files for labels that do not require it.
  • Only send Slack notifications for bugs.
  • Triage tasks: update wording of messages and start warning folks of issues that do get any Priority label added automatically, so they can triage manually.
  • Update auto-labeling rules for Boost features.
  • Updated package dependencies.

Removed

  • The notifyKitKat and triageNewIssues tasks have been removed. The new triageIssues task now handles both of those tasks.

Fixed

  • Changelogger checks: do not error out when require or require-dev are not set.
  • Triage: ensure we do not trigger triaging on events when a laabel that would impact our automated triage is already being added.
  • Use correct emoji in Kitkat notifications
action-repo-gardening - 3.1.1

Published by github-actions[bot] over 1 year ago

3.1.1 - 2023-02-07

Changed

  • Changed headings in the PULL_REQUEST_TEMPLATE.
  • Update triage task to match new bug report template format.

Fixed

  • Clean up JavaScript eslint issues.
action-repo-gardening - 3.1.0

Published by github-actions[bot] almost 2 years ago

3.1.0 - 2022-11-01

Added

  • Add new task to gather support references in a separate comment.
  • assignLabels: Add a '[Status] Needs Test Review' to PRs touching tests
  • Automated triaging: add Platform label to new issues based on info provided in issue.
  • Gather support references: add a specific label to an issue once it has gathered more than 10 issues.
  • Gather support references: add option to send a Slack message when issuees start gathering a lot of tickets, and would need to be escalated.
  • Labels: add [Status] In Progress label for draft PRs
  • New task: Reply to customers Reminder -- Sends a Slack message to remind triage teams to reply to customers once an issue has been closed.
  • Tooling: enable automatic GitHub releases when a new version of the action is tagged, so the new version can be made available in the GitHub Actions marketplace.

Changed

  • Documentation: update node version recommended in code sample
  • Gather Support References / Reply to Customers: ping the right DRIs for Satellite products.
  • Gather support references: add clarification that the comment is automated and should not be edited.
  • Gather support references: stop gathering Live Chat references.
  • General: disable Slack link and media previews in messages that are already custom-formatted.
  • General: move all utilities into their own directory to keep things ordered
  • Updated package dependencies.

Fixed

  • Ensure multiple plugins can be provided and then added as labels
  • Gather Support References: avoid sending reminders for closed issues.
  • Gather Support References: avoid throwing an error when an issue has no content.
action-repo-gardening - v3.0.0

Published by jeherve over 2 years ago

Added

  • New triageNewIssues task: automatically add a Priority label based off the contents of an issue.

Changed

  • Triage New Issues task: update priority logic to follow issue priority matrix.
  • General: update dependencies and required node version.
  • WordPress.com Commit reminder task: clarify wording of the message to help contributors.

Fixed

  • Milestone management: avoid throwing an error when a valid milestone cannot be found. Abort task instead.
  • Milestone management: only hit the milestones endpoint once per run.
  • Triage New Issues task: only add priority label when one does not exist yet.
  • Labels Task: when a file is renamed, treat both the old and new names as modified.
action-repo-gardening - 2.0.2: initial release for the GitHub marketplace

Published by jeherve over 2 years ago

Package Rankings
Top 22.58% on Github actions