Skip to content

Add autoassign field in Contacts #73

Add autoassign field in Contacts

Add autoassign field in Contacts #73

Workflow file for this run

name: 'build-test'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run plugin check
uses: wordpress/plugin-check-action@v1
with:
repo-token: ''
build-dir: './'
checks: ''
exclude-checks: ''
categories: 'plugin_repo'
exclude-directories: 'tests/*'
ignore-warnings: ''
ignore-errors: ''
include-experimental: ''
wp-version: 'latest'