Skip to content
This repository was archived by the owner on Feb 12, 2026. It is now read-only.

Commit 73b1648

Browse files
committed
chore: rename documentation label to docs
1 parent 25c33bc commit 73b1648

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/bot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ on:
55
inputs:
66
thank_you_message:
77
required: false
8-
default: "Thank you for opening this PR! Repo maintainers will review it ASAP 🚀"
8+
default: 'Thank you for opening this PR! Repo maintainers will review it ASAP 🚀'
99
type: string
1010

1111
merge_thank_you_message:
1212
required: false
13-
default: "🎉 Thank you for contributing to Open DevHub! We appreciate your work."
13+
default: '🎉 Thank you for contributing! We really appreciate your work.'
1414
type: string
1515

1616
cc_warning_message:
1717
required: false
18-
default: "⚠️ Please consider using Conventional Commits (e.g. feat:, fix:, docs:)."
18+
default: '⚠️ Please consider using Conventional Commits (e.g. feat:, fix:, docs:).'
1919
type: string
2020

2121
secrets:
@@ -189,7 +189,7 @@ jobs:
189189
},
190190
{
191191
keywords: ["doc", "docs", "readme"],
192-
label: "documentation",
192+
label: "docs",
193193
},
194194
{
195195
keywords: ["question", "help"],

0 commit comments

Comments
 (0)