Skip to content

Commit

Permalink
Merge pull request #78 from Herb-AI/IssaHanou-patch-1
Browse files Browse the repository at this point in the history
Create contributors.yml
  • Loading branch information
ReubenJ authored Jul 3, 2024
2 parents 052e2a2 + a42b073 commit 3c9a159
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/contributors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Monthly contributor report
on:
workflow_dispatch:
schedule:
- cron: '3 2 1 * *'

permissions:
contents: read

jobs:
contributor_report:
name: contributor report
runs-on: ubuntu-latest
permissions:
issues: write

steps:
- name: Run contributor action
uses: github/contributors@v1
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ORGANIZATION: Herb-AI
SPONSOR_INFO: "true"
LINK_TO_PROFILE: "true"

0 comments on commit 3c9a159

Please sign in to comment.