Skip to content

Add Pre-orders to supported features. #15

Add Pre-orders to supported features.

Add Pre-orders to supported features. #15

Workflow file for this run

name: Add issues and PRs to project boards
on:
issues:
types:
- labeled
- opened
pull_request:
types: opened
jobs:
add-to-project:
name: Add issues and PRs to project boards
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/woocommerce/projects/125
github-token: ${{ secrets.ADD_TO_PROJECT }}