Generate Contributors #14
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Generate Contributors | |
on: | |
schedule: | |
- cron: '0 0 * * 0' # Run weekly at midnight on Sunday | |
workflow_dispatch: # Allow manual triggering | |
jobs: | |
generate-contributors: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Contributors Action | |
uses: github/[email protected] |