This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
Fix the order endpoint tax line items format #1985
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
on: | |
pull_request: | |
types: [ closed ] | |
name: Merged Pull Requests | |
jobs: | |
remove_labels: | |
name: Remove labels | |
runs-on: ubuntu-latest | |
steps: | |
- uses: mondeja/remove-labels-gh-action@v1 | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
labels: | | |
status: ready to merge |