-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding clean commit message from automerger, includes link to PR and PR name. Cleaning up workflow tests, now utilizing automerger-test to run against a repository testing valid PR states.
- Loading branch information
1 parent
7f8b273
commit 90a7fa2
Showing
6 changed files
with
32 additions
and
42 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,7 @@ Any PR with the following criteria will be updated and test will be run before m | |
- [Example workflow using Automerge across a Github Organization](#example-workflow-using-automerge-across-a-github-organization) | ||
- [The Workflow](#the-workflow) | ||
- [Reduce CI Pressure](#reduce-ci-pressure) | ||
- [Run Locally](#run-locally) | ||
|
||
# Example workflow using Automerge across a Github Organization | ||
This example workflow will run every 20 minutes and will automerge PRs for tracked repositories in the organization. | ||
|
@@ -104,3 +105,19 @@ on: | |
... | ||
... | ||
``` | ||
|
||
# Run Locally | ||
Checkout the repository you wish to run automerge on to a local directory. | ||
```bash | ||
git clone [email protected]:org/automerge.git | ||
cd automerge | ||
``` | ||
|
||
Now you need to run the command from this new directory | ||
```bash | ||
$(pwd)/../src/automerge.py --org runtimeverification --repo automerger-test --dry-run | ||
``` | ||
|
||
Recommended to first review the actions before running without. Then remove the `--dry-run` flag to run the action. | ||
|
||
|
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[ | ||
"devops-actions" | ||
"automerger-test" | ||
] |