We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6047ed commit b74173fCopy full SHA for b74173f
1 file changed
.buildkite/scripts/esql_grammar_sync.sh
@@ -158,7 +158,7 @@ main () {
158
git config --global user.name "$MACHINE_USERNAME"
159
git config --global user.email 'elasticmachine@users.noreply.github.com'
160
161
- PR_TITLE='[ES|QL] Update grammars'
+ PR_TITLE='chore: [ES|QL] Update grammars'
162
PR_BODY='This PR updates the ES|QL grammars (lexer and parser) and PromQL grammars to match the latest version in Elasticsearch.'
163
164
# Check if a PR already exists
0 commit comments