Skip to content

deps(deps): bump github.com/stretchr/testify from 1.11.1 to 1.12.0 (#… #113

deps(deps): bump github.com/stretchr/testify from 1.11.1 to 1.12.0 (#…

deps(deps): bump github.com/stretchr/testify from 1.11.1 to 1.12.0 (#… #113

Workflow file for this run

name: Contributors
on:
push:
branches:
- master
schedule:
# Run weekly on Monday at 00:00 UTC
- cron: '0 0 * * 1'
workflow_dispatch:
jobs:
update-contributors:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Update contributors
uses: akhilmhdh/contributors-readme-action@v2.3.11
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
image_size: 100
columns_per_row: 6
readme_path: README.md
committer_username: github-actions[bot]
committer_email: github-actions[bot]@users.noreply.github.com
commit_message: 'docs: update contributors list [skip ci]'
auto_detect_branch_protection: true