UNICORE: Update contributors.yml for lib correction
Signed-off-by: Puranjay Savar Mattas <puranjaysavarmattas@gmail.com>
This commit is contained in:
32
.github/workflows/contributors.yml
vendored
32
.github/workflows/contributors.yml
vendored
@@ -1,21 +1,17 @@
|
||||
name: Generate Contributors
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main # Or your default branch
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
contrib-readme-job:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Generate Contributors List
|
||||
uses: akhilmhdh/contributors-readme-action@v2.3.10
|
||||
with:
|
||||
# This token is automatically generated by GitHub
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
# Specify the path to your organization's README
|
||||
readme_path: 'profile/README.md'
|
||||
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 }}
|
||||
|
||||
Reference in New Issue
Block a user