cookiecutter-django/.github/workflows/update-contributors.yml

35 lines
922 B
YAML
Raw Permalink Normal View History

name: Update Contributors
on:
push:
branches:
- master
permissions:
contents: read
jobs:
build:
2021-12-06 14:50:50 +03:00
# Disables this workflow from running in a repository that is not part of the indicated organization/user
if: github.repository_owner == 'cookiecutter'
permissions:
contents: write # for stefanzweifel/git-auto-commit-action to push code in repo
2021-12-06 14:50:50 +03:00
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v3
with:
enable-cache: "true"
2021-11-20 01:06:56 +03:00
- name: Update list
run: uv run --frozen scripts/update_contributors.py
2022-12-14 00:35:25 +03:00
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2020-08-10 20:09:03 +03:00
2021-11-20 01:06:56 +03:00
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v5.0.1
2021-11-20 01:06:56 +03:00
with:
commit_message: Update Contributors
file_pattern: CONTRIBUTORS.md .github/contributors.json