feat(hub): renamed hub apps to match new infra for shadow prod #15886
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] | |
jobs: | |
translation-required: | |
if: ${{ contains(github.event.*.labels.*.name, 'translation required') }} | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check for translation required label | |
run: | | |
echo "Pull request is labeled as 'translation required'" | |
exit 1 |