Skip to content

Commit ad4e12e

Browse files
committed
refactor: updates ends_with property with starts_with property
1 parent 71e5f0f commit ad4e12e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/notion.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class Notion {
7878
{
7979
property: this.labels.GITHUB_PR,
8080
text: {
81-
ends_with: pr,
81+
starts_with: pr,
8282
},
8383
},
8484
{

0 commit comments

Comments
 (0)