Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add GitHub Actions workflow for updating CONTRIBUTORS.md
- Implemented a new GitHub Actions workflow named 'update-contributors' to automate the process of updating the CONTRIBUTORS.md file. - Set up the workflow to run daily at 2am UTC and on demand via workflow_dispatch. - Added steps to checkout the repository, install jq, update the CONTRIBUTORS.md file with contributors' GitHub usernames, and create a pull request. Signed-off-by: urasakikeisuke <[email protected]>
- Loading branch information