Skip to content

removed unneeded slice() calls from frontend components in subdirectories #232

removed unneeded slice() calls from frontend components in subdirectories

removed unneeded slice() calls from frontend components in subdirectories #232

Workflow file for this run

name: Required Labels
on:
pull_request:
types: [labeled, unlabeled, opened, edited, synchronize]
jobs:
enforce--ready-label:
runs-on: ubuntu-latest
steps:
- uses: mheap/github-action-required-labels@v5
with:
mode: exactly
count: 1
labels: |
ready to merge
message: "Add the 'ready to merge' label to merge this PR"
prevent-donotmerge-label:
runs-on: ubuntu-latest
steps:
- uses: mheap/github-action-required-labels@v5
with:
mode: exactly
count: 0
labels: "DO NOT MERGE"
message: "DO NOT MERGE label is not allowed on this PR"