Skip to content

feat(RSS-ECOMM-5_90: test for api and components #411

feat(RSS-ECOMM-5_90: test for api and components

feat(RSS-ECOMM-5_90: test for api and components #411

Workflow file for this run

name: 'Pull Request Labeler'
on:
pull_request_target:
jobs:
labeler:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Label Pull Request
uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}