Skip to content

Acknowledge the Contributors #8

Acknowledge the Contributors

Acknowledge the Contributors #8

name: Acknowledge the Contributors
on:
pull_request:
branches:
- 'main'
types:
- 'closed'
workflow_dispatch:
permissions:
contents: write
pull-requests: write
concurrency:
group: "acknowledge-contributors"
cancel-in-progress: false
jobs:
build:
if: ${{ github.event.pull_request.merged || github.event_name == 'workflow_dispatch'}}
runs-on: ubuntu-latest
steps:
- name: Contribute List
uses: akhilmhdh/contributors-readme-action@v2.3.10
with:
columns_per_row: 2
use_username: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}