Skip to content

Commit

Permalink
Merge branch 'develop' into fix/editor-loading-performance
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Intal authored and Benjamin Intal committed Aug 2, 2023
2 parents 7a29a96 + fc3a725 commit 718e167
Show file tree
Hide file tree
Showing 72 changed files with 1,644 additions and 1,132 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/plugin-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,10 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
artifacts: stackable-${{ env.VERSION_SUFFIX }}.zip
artifacts-branch: artifacts

- name: Comment WordPress playground link
if: ${{ github.event_name == 'pull_request' }}
uses: dannyskoog/[email protected]
with:
message: 'Try this Pull Request in the WordPress playground: https://playground.wordpress.net/?mode=seamless#{"landingPage":"/wp-admin/post-new.php?post_type=page","preferredVersions":{"php":"latest","wp":"latest"},"steps":[{"step":"login","username":"admin","password":"password"},{"step":"installPlugin","pluginZipFile":{"resource":"url","url":"https://raw.githubusercontent.com/gambitph/Stackable/artifacts/pr${{ github.event.number }}-stackable-${{ github.event.number }}-merge.zip"}}]}'
marker: <!-- wp-playground-link -->
Loading

0 comments on commit 718e167

Please sign in to comment.