8000 Remove deprecated functionality for v1.5 (#8430) · Project-MONAI/MONAI@f97a0e9 · GitHub
[go: up one dir, main page]

Skip to content

Update ['pixdim'] after Spacing transform in meta dict. #18409

Update ['pixdim'] after Spacing transform in meta dict.

Update ['pixdim'] after Spacing transform in meta dict. #18409

Workflow file for this run

# triggering the workflows by commenting `/black` and `/integration-test`
name: chatops
# currently dispatches /black command to project-monai/monai-code-formatter
on:
issue_comment:
types: [created, edited]
jobs:
dispatch_command:
runs-on: ubuntu-latest
steps:
- name: dispatch
uses: peter-evans/slash-command-dispatch@v4.0.0
with:
token: ${{ secrets.PR_MAINTAIN }}
reaction-token: ${{ secrets.GITHUB_TOKEN }}
reactions: false
config: >
[
{
"command": "black",
"permission": "none",
"issue_type": "pull-request",
"allow_edits": true,
"repository": "project-monai/monai-code-formatter"
},
{
"command": "integration-test",
"permission": "none",
"issue_type": "pull-request",
"allow_edits": true
}
]
0