-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathremoval_pr_body.md.j2
More file actions
34 lines (23 loc) · 1.03 KB
/
removal_pr_body.md.j2
File metadata and controls
34 lines (23 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
## Stale Component Removal
This PR removes the component **{{ name }}** which has not been verified in {{ age_days }} days.
| Field | Value |
|-------------------------|---------------------|
| Path | `{{ path }}` |
| Last Verified | {{ last_verified }} |
| Days Since Verification | {{ age_days }} |
### Changes
- Removes `{{ path }}/` directory
- Updates category README to remove component from index
### Maintainers
{{ owners_mention }}
### Why This PR Was Created
Components must be verified at least once per year to ensure they remain functional and compatible with current KFP versions. This component has exceeded the staleness threshold and no verification was performed.
### Before Merging
If this component should be kept:
1. Close this PR
2. Verify the component still works
3. Update `lastVerified` in `{{ path }}/metadata.yaml`
4. Submit a PR with the updated metadata
If this component should be removed:
1. Review the changes
2. Approve and merge this PR