You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This workflow will be triggered if all the associated check-runs pass. In other words, I will be triggered if the status of workflow_run is completed for the Eval and Lint workflows.
Once the PR is successfully merged, the changes will be incorporated into the main branch of the downstream repository.
A seamless and automated process for syncing and merging changes from the upstream repository into the downstream repository while ensuring all tests pass and minimizing manual intervention.
Note
Feel free to provide feedback or suggest any improvements to the workflow.
The text was updated successfully, but these errors were encountered:
Goal
Update the current CI workflow to handle new changes effectively.
Details
Any changes made to the upstream repository (
daeuniverse/dae
) will dispatch the downstream workflow to:HEAD SHA
) against themain
branch in the upstream repository.metadata.json
accordingly.Changes will not be made directly to the
main
branch indaeuniverse/flake.nix
. Instead:unstable
branch.If all tests pass, the auto-merge workflow will be triggered:
completed
for the Eval and Lint workflows.Once the PR is successfully merged, the changes will be incorporated into the
main
branch of the downstream repository.Action Items
sync-target
branch intrigger_downstream_workflow
in the upstream repository. ci(trigger-downstream-flake-sync): update sync-target branch dae#716unstable
branch or merge changes made to themain
branch to theunstable
branch.Expected Outcome
A seamless and automated process for syncing and merging changes from the upstream repository into the downstream repository while ensuring all tests pass and minimizing manual intervention.
Note
Feel free to provide feedback or suggest any improvements to the workflow.
The text was updated successfully, but these errors were encountered: