Commit 7e8fc46
fix: add granular issue update tools to READ_WRITE_OPERATIONS
The test expected update_issue_assignees etc. to be write operations,
but the tools were never added to any classification list. Following
the same pattern as granular PR update tools (which are in
READ_WRITE_OPERATIONS alongside update_pull_request), add the granular
issue update tools to READ_WRITE_OPERATIONS alongside issue_write.
Fix the test to check is_read_write_operation() consistently with the
PR update tools test pattern.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 08f8a8f commit 7e8fc46
1 file changed
Lines changed: 17 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
107 | 116 | | |
108 | 117 | | |
109 | 118 | | |
| |||
329 | 338 | | |
330 | 339 | | |
331 | 340 | | |
332 | | - | |
| 341 | + | |
333 | 342 | | |
334 | 343 | | |
335 | 344 | | |
| |||
340 | 349 | | |
341 | 350 | | |
342 | 351 | | |
343 | | - | |
344 | | - | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
345 | 359 | | |
346 | 360 | | |
347 | 361 | | |
| |||
0 commit comments