feat: Update Honeycomb config to forbid raw metrics; support good total single query only [PC-15396] #1492
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
on: | |
pull_request: | |
types: [opened, reopened, edited, synchronize] | |
merge_group: | |
name: pr-title | |
jobs: | |
pr-title-check: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: Slashgear/[email protected] | |
with: | |
regexp: "^(feat|fix|sec|infra|test|chore|doc): .{5,}" | |
helpMessage: "Example: 'feat: new pr title check BE-143' <- prefix, colon, space, PR title of at least 5 chars (with ticket number strongly suggested, but not mandatory)" |