mirror of
https://github.com/django-components/django-components.git
synced 2025-09-26 23:49:07 +00:00
Reenable contributors action.
This commit is contained in:
parent
723448c241
commit
04091fa3d3
1 changed files with 11 additions and 11 deletions
22
.github/workflows/contributors.yml
vendored
22
.github/workflows/contributors.yml
vendored
|
@ -1,13 +1,13 @@
|
||||||
# name: Add contributors to readme
|
name: Add contributors to readme
|
||||||
|
|
||||||
# on: [push, pull_request, workflow_dispatch]
|
on: [push, pull_request, workflow_dispatch]
|
||||||
|
|
||||||
# jobs:
|
jobs:
|
||||||
# contrib-readme-job:
|
contrib-readme-job:
|
||||||
# runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# name: Add contributors to readme
|
name: Add contributors to readme
|
||||||
# steps:
|
steps:
|
||||||
# - name: Contribute List
|
- name: Contribute List
|
||||||
# uses: akhilmhdh/contributors-readme-action@v2.2
|
uses: akhilmhdh/contributors-readme-action@v2.2
|
||||||
# env:
|
env:
|
||||||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue