Bump @cypress/request and cypress + Pattern updates as per supported WP versions + WP bump to 6.2 as min and 6.4 as max #35
Workflow file for this run
This file contains 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
name: 'Repo Automator' | |
on: | |
issues: | |
types: | |
- opened | |
push: | |
branches: | |
- develop | |
pull_request: | |
types: | |
- opened | |
- edited | |
- synchronize | |
- converted_to_draft | |
- ready_for_review | |
branches: | |
- develop | |
jobs: | |
Validate: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: 10up/action-repo-automator@trunk | |
with: | |
fail-label: needs:feedback | |
pass-label: needs:code-review | |
conflict-label: needs:refresh | |
sync-pr-branch: true | |
reviewers: | | |
faisal-alvi | |
team:open-source-practice | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |