You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'The top 3 contributors with the most points will earn $$$ gift cards (more on rewards below). To earn your place in the leaderboard, you want to close the most PRs to earn the most points. As you complete a task by successfully merging a PR, you will automatically be granted 10 points per task completed.',
142
+
'The top 3 contributors with the most points will earn $$$ gift cards (more on rewards below). Points are awarded based on the following criteria:',
143
+
'- 15 points for each merged PR with both `loosegoose` and `code` labels',
144
+
'- 10 points for each merged PR with just the `loosegoose` label (Content PR)',
115
145
'',
116
146
'### 🎁 Rewards',
117
147
'- Among our **top 3**? Our Top 3 Superstars earn $150 gift cards on Amazon. Stay tuned for the winners!',
118
148
'',
119
149
'### FAQ',
120
150
'- **Frequency of Updates:** The leaderboard will be updated every 1 hour.',
151
+
'- **Points System:**',
152
+
' - 15 points: Code PRs (PRs with both `loosegoose` and `code` labels)',
153
+
' - 10 points: Content PRs (PRs with just the `loosegoose` label)',
121
154
'- **Criteria:** Rankings are based on how many points you earn and PRs you close in the goose-plugins repo. To ensure your PRs are successfully merged:',
122
155
' - Ensure your contributions are aligned with our [project\'s CoC](https://github.com/block-open-source/goose-plugins/blob/main/CODE_OF_CONDUCT.md).',
123
156
' - Refer to our [Contributing Guide](https://github.com/block-open-source/goose-plugins/blob/main/CONTRIBUTING.md).',
@@ -156,16 +189,23 @@ jobs:
156
189
'',
157
190
'## This event is open to both employees and external contributors! 🦢',
'No qualifying PRs found at this time. Check back soon!',
160
195
'',
161
196
'### 📜 How It Works:',
162
-
'The top 3 contributors with the most points will earn $$$ gift cards (more on rewards below). To earn your place in the leaderboard, you want to close the most PRs to earn the most points. As you complete a task by successfully merging a PR, you will automatically be granted 10 points per task completed.',
197
+
'The top 3 contributors with the most points will earn $$$ gift cards (more on rewards below). Points are awarded based on the following criteria:',
198
+
'- 15 points for each merged PR with both `loosegoose` and `code` labels (Code PR)',
199
+
'- 10 points for each merged PR with just the `loosegoose` label (Content PR)',
163
200
'',
164
201
'### 🎁 Rewards',
165
202
'- Among our **top 3**? Our Top 3 Superstars earn $150 gift cards on Amazon. Stay tuned for the winners!',
166
203
'',
167
204
'### FAQ',
168
205
'- **Frequency of Updates:** The leaderboard will be updated every 1 hour.',
206
+
'- **Points System:**',
207
+
' - 15 points: Code PRs (PRs with both `loosegoose` and `code` labels)',
208
+
' - 10 points: Content PRs (PRs with just the `loosegoose` label)',
169
209
'- **Criteria:** Rankings are based on how many points you earn and PRs you close in the goose-plugins repo. To ensure your PRs are successfully merged:',
170
210
' - Ensure your contributions are aligned with our [project\'s CoC](https://github.com/block-open-source/goose-plugins/blob/main/CODE_OF_CONDUCT.md).',
171
211
' - Refer to our [Contributing Guide](https://github.com/block-open-source/goose-plugins/blob/main/CONTRIBUTING.md).',
@@ -186,4 +226,4 @@ jobs:
186
226
body: emptyIssueBody
187
227
});
188
228
console.log("Updated issue with empty leaderboard message.");
0 commit comments