mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-18 11:39:15 +00:00
20 lines
483 B
YAML
20 lines
483 B
YAML
name: Add contributors
|
|
on:
|
|
pull_request:
|
|
branches:
|
|
- dev
|
|
- main
|
|
types: [closed]
|
|
|
|
jobs:
|
|
contrib-readme-job:
|
|
runs-on: ubuntu-latest
|
|
name: A job to automate contrib in readme
|
|
steps:
|
|
- name: Contribute List
|
|
uses: akhilmhdh/contributors-readme-action@v2.3.6
|
|
with:
|
|
image_size: 50
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|