Skip to content

Update CONTRIBUTORS file #124

Update CONTRIBUTORS file

Update CONTRIBUTORS file #124

Workflow file for this run

name: Update CONTRIBUTORS file
on:
schedule:
- cron: "0 0 1 * *"
workflow_dispatch:
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: minicli/[email protected]
name: "Update CONTRIBUTORS file"
env:
CONTRIB_REPOSITORY: 'unknowIfGuestInDream/tlcsdm-common'
CONTRIB_OUTPUT_FILE: 'CONTRIBUTORS.md'
CONTRIB_IGNORE: github-actions[bot],renovate-bot,dependabot,imgbot,deepsourcebot,ImgBotApp,dependabot[bot],imgbot[bot],renovate[bot]
- name: Create a PR
uses: peter-evans/[email protected]
with:
commit-message: "bot: Update Contributors"
title: "bot: Update Contributors File"
token: ${{ secrets.GITHUB_TOKEN }}
signoff: true
labels: automerge
branch: contributors
body: "skip-checks:true"