Skip to content

Commit

Permalink
Merge changes published in the Gutenberg plugin "release/13.4" branch
Browse files Browse the repository at this point in the history
  • Loading branch information
gutenbergplugin committed Jun 1, 2022
1 parent 198fa12 commit a7415a8
Show file tree
Hide file tree
Showing 392 changed files with 10,653 additions and 6,545 deletions.
4 changes: 3 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,9 @@
/packages/env @noahtallen

# PHP
/lib @timothybjacobs @spacedmonkey
/lib @spacedmonkey
/lib/experimental/rest-api.php @timothybjacobs
/lib/experimental/class-wp-rest-* @timothybjacobs
/lib/experimental/class-wp-rest-block-editor-settings-controller.php @timothybjacobs @spacedmonkey @geriux

# Native
Expand Down
334 changes: 0 additions & 334 deletions .github/report-flaky-tests/index.js

This file was deleted.

10 changes: 8 additions & 2 deletions .github/workflows/flaky-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,26 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
# Checkout defaults to using the branch which triggered the event, which
# isn't necessarily `trunk` (e.g. in the case of a merge).
- uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4
with:
ref: trunk

- name: Use desired version of NodeJS
uses: actions/setup-node@5b52f097d36d4b0b2f94ed6de710023fbb8b2236 # v3.1.0
with:
node-version-file: '.nvmrc'
cache: npm

- name: Npm install
- name: Npm install and build
# TODO: We don't have to build the entire project, just the action itself.
run: |
npm ci
npm run build:packages
- name: Report flaky tests
uses: ./.github/report-flaky-tests
uses: ./packages/report-flaky-tests
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
label: '[Type] Flaky Test'
Expand Down
Loading

0 comments on commit a7415a8

Please sign in to comment.