-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add committer and fix eslint dep warnings
- Loading branch information
Showing
3 changed files
with
220 additions
and
1,997 deletions.
There are no files selected for viewing
This file contains 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
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 }} | ||
|
@@ -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 | ||
|
Oops, something went wrong.