Skip to content

Conversation

@nashif
Copy link
Member

@nashif nashif commented Mar 23, 2025

Signed-off-by: Anas Nashif [email protected]

stephanosio and others added 13 commits March 23, 2025 09:38
Convert twister workflow to use pull_request.

Signed-off-by: Anas Nashif <[email protected]>
Add compliance to twister workflow as a the first step. If compliance
fials, no twister will run.

Signed-off-by: Anas Nashif <[email protected]>
Temporary workflow to satisfy requirements when dealing with old PRs.

Signed-off-by: Anas Nashif <[email protected]>
Move PR body check to a workflow that monitors editing of PRs.
Avoids rerunnin compliance check and other heavy weights workflows on
just an edit of the PR body.

Signed-off-by: Anas Nashif <[email protected]>
Add more functionality to the workflow, it is not only about not-merging
anymore.

Signed-off-by: Anas Nashif <[email protected]>
Signed-off-by: Anas Nashif <[email protected]>
Signed-off-by: Anas Nashif <[email protected]>
Signed-off-by: Anas Nashif <[email protected]>
def _target_(self):
sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
sock.setblocking(False)
sock.bind(('0.0.0.0', 7781))

Check warning

Code scanning / CodeQL

Binding a socket to all network interfaces Medium test

'0.0.0.0' binds a socket to all interfaces.
@nashif nashif force-pushed the main branch 29 times, most recently from 435d520 to f7afc1f Compare March 28, 2025 12:10
@nashif nashif closed this Mar 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants