New independent contributor #15
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Generate commit logs | |
on: | |
push: | |
tags-ignore: | |
- "*" | |
pull_request: | |
schedule: | |
- cron: "42 10 * * 1" | |
jobs: | |
generate-commit-logs: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Generating commit logs | |
run: | | |
cd commits && ./generate.sh -t 1 |