Skip to content

Commit 7a92500

Browse files
committed
feat(contributors): added github action runner for updating contributors
1 parent 359c550 commit 7a92500

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)