Update Pramodh Kumar M profile to include image #852
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Enforce PR labels | |
on: | |
pull_request: | |
types: [labeled, unlabeled, opened, edited, synchronize] | |
jobs: | |
enforce-label: | |
runs-on: equinix-2cpu-8gb | |
steps: | |
- uses: yogevbd/enforce-label-action@2.1.0 | |
with: | |
REQUIRED_LABELS_ANY: "ok-to-test" | |
REQUIRED_LABELS_ANY_DESCRIPTION: "Requires ok-to-test label for testing before merge." |