Skip to content

Conversation

@josephfusco
Copy link
Member

This pull request updates the GitHub Actions workflow configuration in .github/workflows/plugin-check.yml to broaden the file matching patterns and adjust the settings for the plugin check job. The main goal is to ensure the workflow triggers on any changes within the plugins directory and to fine-tune the behavior of the plugin detection job.

Workflow trigger updates:

  • Broadened the workflow trigger patterns from only PHP files to all files within the plugins directory by changing the paths filter from 'plugins/**/*.php' to 'plugins/**' for both push and pull_request events.

Plugin check job configuration:

  • Added ignore-warnings: true and include-experimental: false to the plugin detection job, which will suppress warnings and exclude experimental plugins from the check.

@josephfusco josephfusco requested a review from a team as a code owner December 1, 2025 12:42
@changeset-bot
Copy link

changeset-bot bot commented Dec 1, 2025

⚠️ No Changeset found

Latest commit: 16e5b23

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@josephfusco josephfusco changed the title ci: Broaden plugin-check.yml trigger to run for all file changes ci: Broaden plugin-check.yml trigger to run for all files Dec 1, 2025
@josephfusco josephfusco added this pull request to the merge queue Dec 1, 2025
Merged via the queue into main with commit 3c822a1 Dec 1, 2025
2 checks passed
@josephfusco josephfusco deleted the issue-495-automate-plugin-check branch December 1, 2025 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants