Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ci): allow running netsim from another branch #1186

Merged
merged 4 commits into from
Jul 10, 2023
Merged

Conversation

Arqu
Copy link
Collaborator

@Arqu Arqu commented Jul 7, 2023

No description provided.

@Arqu Arqu added the ci continous integration label Jul 7, 2023
@Arqu Arqu requested review from flub and dignifiedquire July 7, 2023 13:11
@Arqu Arqu self-assigned this Jul 7, 2023
@Arqu Arqu added this to the v0.5.0 - Connectivity intensifies milestone Jul 7, 2023
run: |
a='${{ github.event.comment.body }}'
branch="main"
if [[ $a == '/netsim branch'* ]];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so the entire comment body must be only /netsim branch <branch_name> and nothing more?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In theory you can add random stuff beyond but it only matches the 1st 2 parts for the propper branching and the 3rd for the value, rest is ignored.

@Arqu Arqu merged commit 0f77e4e into main Jul 10, 2023
5 of 14 checks passed
@Arqu Arqu deleted the arqu/netsim_pick_branch branch July 10, 2023 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci continous integration
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

2 participants