Skip to content

Merge branch 'main' of https://github.com/chicio/ID3TagEditor #82

Merge branch 'main' of https://github.com/chicio/ID3TagEditor

Merge branch 'main' of https://github.com/chicio/ID3TagEditor #82

Workflow file for this run

name: Contributors
on:
push:
branches:
- main
jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
permissions:
contents: write
pull-requests: write
steps:
- name: Contribute List
uses: akhilmhdh/contributors-readme-action@v2.3.11
with:
commit_message: "docs(contributor): contrib-readme-action has updated readme :bulb:"
committer_username: "chicio"
use_username: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}