Skip to content

Rename main.yml to collaborators.yml #1

Rename main.yml to collaborators.yml

Rename main.yml to collaborators.yml #1

Workflow file for this run

on:
push:
branches:
- master
jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
steps:
- name: Contribute List
uses: akhilmhdh/[email protected]
with:
collaborators: all
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}