Update numeric store getters to return bool if value is missing #11242
Workflow file for this run
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: Lint-Title | |
on: | |
merge_group: | |
pull_request_target: | |
types: | |
- opened | |
- edited | |
- synchronize | |
concurrency: | |
group: ci-${{ github.ref }}-${{ github.workflow }} | |
cancel-in-progress: true | |
jobs: | |
main: | |
name: PR Title Linter | |
runs-on: ubuntu-latest | |
steps: | |
- name: event name | |
run: echo ${{ github.event_name }} | |
- uses: amannn/action-semantic-pull-request@v5 | |
if: ${{ github.event_name == 'pull_request' }} | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |