Skip to content

Generate and propose changes #68

Generate and propose changes

Generate and propose changes #68

Workflow file for this run

name: Generate and propose changes
on:
push:
branches:
- main
schedule:
- cron: "0 16 * * *"
jobs:
generate-and-propose-changes:
name: Generate and propose changes
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: cargo run -- generate
- uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.PAT }}
commit-message: "Periodic update"
title: "Periodic update"
body: |
Produced by [`.github/workflows/update.yml`](https://github.com/edigaryev/awesome-system-calls/blob/main/.github/workflows/update.yml).