Skip to content

[Feature]: PayPal Express checkout doesn't support store pickup shipping method #24

[Feature]: PayPal Express checkout doesn't support store pickup shipping method

[Feature]: PayPal Express checkout doesn't support store pickup shipping method #24

name: Label New Issues
on:
issues:
types: [opened]
permissions:
issues: write
jobs:
add-label:
runs-on: ubuntu-latest
steps:
- name: Add 'needs response' label to new issues
uses: actions-ecosystem/action-add-labels@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
labels: 'needs response'