File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ jobs:
270270 ai-label : ai-generated
271271 minimize-detected-comments : false
272272 enable-spam-detection : false
273- enable-link-spam-detection : fa lse
273+ enable-link-spam-detection : false
274274 enable-ai-detection : true
275275
276276 ai-issue-moderation :
@@ -289,4 +289,16 @@ jobs:
289289 minimize-detected-comments : true
290290 enable-spam-detection : true
291291 enable-link-spam-detection : true
292- enable-ai-detection : true
292+ enable-ai-detection : true
293+
294+ contributors-readme :
295+ runs-on : ubuntu-latest
296+ if : github.event_name == 'push' && github.ref == 'refs/heads/main'
297+ permissions :
298+ contents : write
299+ pull-requests : write
300+ steps :
301+ - name : Contribute List
302+ uses : akhilmhdh/contributors-readme-action@v2.3.11
303+ env :
304+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments