Test: Add workflow to build plugin artifact#3052
Closed
devbodaghe wants to merge 22 commits intofacebook:mainfrom
Closed
Test: Add workflow to build plugin artifact#3052devbodaghe wants to merge 22 commits intofacebook:mainfrom
devbodaghe wants to merge 22 commits intofacebook:mainfrom
Conversation
bd851d4 to
792a809
Compare
Contributor
|
@devbodaghe has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
26c55ab to
1eadca7
Compare
Contributor
|
@devbodaghe has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
1eadca7 to
cba27df
Compare
added 22 commits
May 7, 2025 09:32
…of pushing to branch
…tions in PR comment
…s) without third-party actions
cba27df to
f29978e
Compare
Contributor
|
@devbodaghe has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Contributor
|
@devbodaghe merged this pull request in 2486357. |
This was referenced May 14, 2025
Closed
tzahgr
pushed a commit
that referenced
this pull request
May 23, 2025
Summary: [TEST PR] Pull Request resolved: #3052 Reviewed By: SayanPandey Differential Revision: D74307699 Privacy Context Container: L1313315 Pulled By: devbodaghe fbshipit-source-id: e7f790969e5ca2acd160b8d81f4460dd334b5d4e
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add GitHub Actions workflow for automated plugin builds
Description
This PR introduces a new GitHub Actions workflow that automatically builds the Facebook for WooCommerce plugin whenever a pull request is opened/updated or when code is pushed to release branches. The workflow uploads the built plugin as an artifact and adds a comment to pull requests with download information.
Key features:
This automation will improve the development workflow by making it easier for developers and reviewers to test changes without having to build the plugin locally.
Type of change
Checklist
Changelog entry
Added GitHub Actions workflow to automate plugin builds on pull requests and release branches.
Test Plan