Skip to content

Commit

Permalink
Add PR verification documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ThoFrank committed Nov 21, 2024
1 parent a3f2407 commit 52d0f98
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

![gh_actions.drawio.png](gh_actions.drawio.png)

## PR verification

To ensure a stable main branch we verify PRs once they are created/updated and again when they are accepted and enter the merge queue. Therefore each verification workflow needs to have both ``pull_request`` and ``merge_group`` set in the trigger conditions.
Additionally all jobs for the merge queue have to be explicitly added in the [otterdog configuration](https://github.com/eclipse-openbsw/.eclipsefdn/blob/main/otterdog/eclipse-openbsw.jsonnet).

## General guidelines

1. Don't waste compute time.
Expand Down

0 comments on commit 52d0f98

Please sign in to comment.