Clean action runtime project state
This commit is contained in:
@@ -15,9 +15,9 @@ MUTATING_PATTERNS = (
|
||||
COMMAND_PATTERNS = (
|
||||
re.compile(r"runtime\.runner\.(run|run_shell)\("),
|
||||
re.compile(r"runtime\.git\.run\("),
|
||||
re.compile(r"runtime\.containers\.(run_container|start|stop|kill|rm)\("),
|
||||
re.compile(r"runtime\.containers\.(run_container|start|stop|kill|rm|exec_in)\("),
|
||||
re.compile(r"runtime\.tmux\.(new_session|set_option|respawn_pane)\("),
|
||||
re.compile(r"self\.(rt|tmux)\.(run_container|start|stop|kill|rm|new_session|set_option|respawn_pane)\("),
|
||||
re.compile(r"self\.(rt|tmux)\.(run_container|start|stop|kill|rm|exec_in|new_session|set_option|respawn_pane)\("),
|
||||
)
|
||||
|
||||
ALLOWED_PREFIXES = (
|
||||
|
||||
Reference in New Issue
Block a user