react-native-navigation的迁移库

require-label.yml 338B

1234567891011121314
  1. name: Enforce PR label
  2. on:
  3. pull_request:
  4. types: [labeled, unlabeled, opened, edited, synchronize]
  5. jobs:
  6. enforce-label:
  7. runs-on: ubuntu-latest
  8. steps:
  9. - uses: yogevbd/enforce-label-action@2.0.0
  10. with:
  11. REQUIRED_LABELS_ANY: "type: accepted/bug,type: accepted/enhancement,Infrastructure,type: documentation"