Skip to content

Commit 0f87392

Browse files
ci: Automatically tag PRs mentioning "SQL" with the appropriate label (#23816)
1 parent 9710467 commit 0f87392

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/release-drafter.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ autolabeler:
4848
- label: fix
4949
title:
5050
- '/^fix/'
51+
- label: sql
52+
title:
53+
- '/\bsql\b/i'
5154
- label: performance
5255
title:
5356
- '/^perf/'

0 commit comments

Comments
 (0)