Add admin order creation, invoicing and refund plugins #94
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: WIP | |
on: | |
pull_request_target: | |
types: [labeled, unlabeled, opened, edited, synchronize] | |
jobs: | |
WIP: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: wow-actions/wip@v1 | |
with: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
labels: do not merge, work in progress, wip | |
keywords: work in progress, wip | |
wip_description: 'Work in progress, do not merge ' | |
ready_description: Ready for review |