mirror of
https://github.com/Z3Prover/z3
synced 2025-10-07 08:21:56 +00:00
Add workflow: githubnext/agentics/daily-test-improver
This commit is contained in:
parent
3a409e0673
commit
19f8001dd9
8 changed files with 2960 additions and 0 deletions
9
.github/workflows/agentics/shared/gh-extra-pr-tools.md
vendored
Normal file
9
.github/workflows/agentics/shared/gh-extra-pr-tools.md
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
---
|
||||
|
||||
## Creating and Updating Pull Requests
|
||||
|
||||
To create a branch, add changes to your branch, use Bash `git branch...` `git add ...`, `git commit ...` etc.
|
||||
|
||||
When using `git commit`, ensure you set the author name and email appropriately. Do this by using a `--author` flag with `git commit`, for example `git commit --author "${{ github.workflow }} <github-actions[bot]@users.noreply.github.com>" ...`.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue