Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

feat: handle non existent or unparsable files #1

feat: handle non existent or unparsable files

feat: handle non existent or unparsable files #1

Workflow file for this run

name: Enforce PR label
on:
pull_request:
branches:
- master
types: [labeled, unlabeled, opened, edited, synchronize]
jobs:
enforce-label:
runs-on: ubuntu-latest
steps:
- uses: yogevbd/enforce-label-action@2.2.2
with:
REQUIRED_LABELS_ANY: 'production,non-production'
REQUIRED_LABELS_ANY_DESCRIPTION: "Select at least one label ['production','non-production']"