Skip to content

Commit

Permalink
chore: Adjust update README.md contributors workflow triggered by tag…
Browse files Browse the repository at this point in the history
… push (#818)
  • Loading branch information
andreashimin authored Oct 24, 2024
1 parent b704894 commit d024f07
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/main.yaml

This file was deleted.

22 changes: 22 additions & 0 deletions .github/workflows/update-readme-contributors.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#########################################################################################
## Update Contributors List in README.md
#########################################################################################
name: Update README.md Contributors

on:
push:
tags:
- "*.*.*"

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.10
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d024f07

Please sign in to comment.