Skip to content

Commit 2d061f1

Browse files
committed
Add Hacktoberfest label for better contributor recognition
1 parent e9e568b commit 2d061f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-automation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
const isFirstTime = contributions.data.length <= 1;
172172
173173
// Add labels based on PR content and status
174-
const labels = ['hacktoberfest-accepted'];
174+
const labels = ['hacktoberfest', 'hacktoberfest-accepted'];
175175
176176
// Add language labels based on changed files
177177
const files = await github.rest.pulls.listFiles({ owner, repo, pull_number: number });

0 commit comments

Comments
 (0)