Skip to content

Commit

Permalink
Run contributors GH action once per week
Browse files Browse the repository at this point in the history
  • Loading branch information
evroon authored Feb 26, 2024
1 parent dd9e0ae commit 33ff8fa
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: contributors

on:
workflow_dispatch:
push:
branches:
- 'master'
schedule:
- cron: '0 18 * * 5'

jobs:
update-contributors-readme:
Expand All @@ -16,8 +15,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commit_message: "Update contributors in README.md"
pr_title_on_protected: "Update contributors in README.md"
commit_message: "Update contributors in readme"
pr_title_on_protected: "Update contributors in readme"

update-contributors-docs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 33ff8fa

Please sign in to comment.