We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9e568b commit 2d061f1Copy full SHA for 2d061f1
.github/workflows/pr-automation.yml
@@ -171,7 +171,7 @@ jobs:
171
const isFirstTime = contributions.data.length <= 1;
172
173
// Add labels based on PR content and status
174
- const labels = ['hacktoberfest-accepted'];
+ const labels = ['hacktoberfest', 'hacktoberfest-accepted'];
175
176
// Add language labels based on changed files
177
const files = await github.rest.pulls.listFiles({ owner, repo, pull_number: number });
0 commit comments