Skip to content

Commit

Permalink
Add committer and fix eslint dep warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Jun 23, 2024
1 parent bd9ef25 commit cb9b895
Show file tree
Hide file tree
Showing 3 changed files with 220 additions and 1,997 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/contributors.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Contributors

on:
# make this manual as we don't need to run this every week!
workflow_dispatch:
schedule:
# every week at Sunday
- cron: "0 0 * * 0"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -57,6 +55,7 @@ jobs:
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.GH_TOKEN }}
committer: Sean Boult <[email protected]>
commit-message: "Update contributors"
title: "🤖 Update contributors"
branch: chore/update-contributors
Expand Down
Loading

0 comments on commit cb9b895

Please sign in to comment.