Commit 9c84277
Fix failing tests after permissions validation changes (#2831)
* Initial plan
* Fix all failing unit tests
- Fix AI reaction tests: count jobs by name instead of runs-on
- Fix permissions extraction test: include all permissions in output
- Fix invalid YAML tests: correct line numbers for errors
- Fix custom permissions test: remove pull-requests from frontmatter
- Fix PR checkout tests: update permissions and expectations
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
* Fix integration tests - add required permissions
Added issues and pull-requests read permissions to integration test workflows to satisfy new permission validation requirements.
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
* Complete test fixes - all validations pass
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>1 parent e798cdf commit 9c84277
12 files changed
Lines changed: 79 additions & 190 deletions
File tree
- .github/workflows
- docs/src/content/docs
- reference
- pkg
- cli
- workflow
- schemas
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
626 | 626 | | |
627 | 627 | | |
628 | 628 | | |
| 629 | + | |
| 630 | + | |
629 | 631 | | |
630 | 632 | | |
631 | 633 | | |
| |||
652 | 654 | | |
653 | 655 | | |
654 | 656 | | |
| 657 | + | |
| 658 | + | |
655 | 659 | | |
656 | 660 | | |
657 | 661 | | |
| |||
930 | 934 | | |
931 | 935 | | |
932 | 936 | | |
| 937 | + | |
| 938 | + | |
| 939 | + | |
| 940 | + | |
| 941 | + | |
| 942 | + | |
933 | 943 | | |
934 | 944 | | |
935 | 945 | | |
| |||
1705 | 1715 | | |
1706 | 1716 | | |
1707 | 1717 | | |
1708 | | - | |
| 1718 | + | |
| 1719 | + | |
1709 | 1720 | | |
1710 | 1721 | | |
1711 | 1722 | | |
1712 | | - | |
1713 | | - | |
1714 | | - | |
1715 | | - | |
1716 | | - | |
1717 | | - | |
1718 | | - | |
1719 | | - | |
1720 | | - | |
1721 | | - | |
1722 | | - | |
1723 | | - | |
1724 | | - | |
1725 | | - | |
1726 | | - | |
1727 | | - | |
1728 | | - | |
1729 | | - | |
1730 | | - | |
1731 | | - | |
1732 | | - | |
1733 | | - | |
1734 | | - | |
1735 | | - | |
1736 | | - | |
1737 | | - | |
1738 | | - | |
1739 | | - | |
1740 | | - | |
1741 | | - | |
1742 | | - | |
1743 | | - | |
1744 | | - | |
1745 | | - | |
1746 | | - | |
1747 | | - | |
1748 | | - | |
1749 | | - | |
1750 | | - | |
1751 | | - | |
1752 | | - | |
1753 | | - | |
1754 | | - | |
1755 | | - | |
1756 | | - | |
1757 | | - | |
1758 | | - | |
1759 | | - | |
1760 | | - | |
1761 | | - | |
1762 | | - | |
1763 | | - | |
1764 | | - | |
1765 | | - | |
1766 | | - | |
1767 | | - | |
1768 | | - | |
1769 | | - | |
1770 | | - | |
1771 | | - | |
1772 | | - | |
1773 | | - | |
1774 | | - | |
1775 | | - | |
| 1723 | + | |
| 1724 | + | |
1776 | 1725 | | |
1777 | | - | |
1778 | | - | |
1779 | | - | |
1780 | | - | |
1781 | | - | |
1782 | | - | |
1783 | | - | |
1784 | | - | |
1785 | | - | |
1786 | | - | |
1787 | | - | |
1788 | | - | |
1789 | | - | |
1790 | | - | |
1791 | | - | |
1792 | | - | |
1793 | | - | |
1794 | | - | |
1795 | | - | |
1796 | | - | |
1797 | | - | |
1798 | | - | |
1799 | | - | |
1800 | | - | |
1801 | | - | |
1802 | | - | |
1803 | | - | |
1804 | | - | |
1805 | | - | |
1806 | | - | |
1807 | | - | |
1808 | | - | |
1809 | | - | |
1810 | | - | |
1811 | | - | |
| 1726 | + | |
1812 | 1727 | | |
1813 | 1728 | | |
1814 | 1729 | | |
| |||
1823 | 1738 | | |
1824 | 1739 | | |
1825 | 1740 | | |
1826 | | - | |
1827 | | - | |
| 1741 | + | |
| 1742 | + | |
1828 | 1743 | | |
1829 | 1744 | | |
1830 | 1745 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
| 74 | + | |
73 | 75 | | |
74 | 76 | | |
75 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| 107 | + | |
| 108 | + | |
107 | 109 | | |
108 | 110 | | |
109 | 111 | | |
| |||
177 | 179 | | |
178 | 180 | | |
179 | 181 | | |
| 182 | + | |
| 183 | + | |
180 | 184 | | |
181 | 185 | | |
182 | 186 | | |
| |||
288 | 292 | | |
289 | 293 | | |
290 | 294 | | |
| 295 | + | |
| 296 | + | |
291 | 297 | | |
292 | 298 | | |
293 | 299 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2512 | 2512 | | |
2513 | 2513 | | |
2514 | 2514 | | |
2515 | | - | |
2516 | | - | |
| 2515 | + | |
| 2516 | + | |
| 2517 | + | |
| 2518 | + | |
| 2519 | + | |
| 2520 | + | |
| 2521 | + | |
| 2522 | + | |
| 2523 | + | |
| 2524 | + | |
| 2525 | + | |
| 2526 | + | |
2517 | 2527 | | |
2518 | | - | |
| 2528 | + | |
2519 | 2529 | | |
2520 | 2530 | | |
2521 | 2531 | | |
| |||
2595 | 2605 | | |
2596 | 2606 | | |
2597 | 2607 | | |
2598 | | - | |
2599 | | - | |
| 2608 | + | |
| 2609 | + | |
| 2610 | + | |
| 2611 | + | |
| 2612 | + | |
| 2613 | + | |
| 2614 | + | |
| 2615 | + | |
| 2616 | + | |
| 2617 | + | |
| 2618 | + | |
| 2619 | + | |
2600 | 2620 | | |
2601 | | - | |
| 2621 | + | |
2602 | 2622 | | |
2603 | 2623 | | |
2604 | 2624 | | |
| |||
3383 | 3403 | | |
3384 | 3404 | | |
3385 | 3405 | | |
3386 | | - | |
| 3406 | + | |
3387 | 3407 | | |
3388 | 3408 | | |
3389 | 3409 | | |
| |||
3404 | 3424 | | |
3405 | 3425 | | |
3406 | 3426 | | |
3407 | | - | |
| 3427 | + | |
3408 | 3428 | | |
3409 | 3429 | | |
3410 | 3430 | | |
| |||
3444 | 3464 | | |
3445 | 3465 | | |
3446 | 3466 | | |
3447 | | - | |
| 3467 | + | |
3448 | 3468 | | |
3449 | 3469 | | |
3450 | 3470 | | |
| |||
3465 | 3485 | | |
3466 | 3486 | | |
3467 | 3487 | | |
3468 | | - | |
| 3488 | + | |
3469 | 3489 | | |
3470 | 3490 | | |
3471 | 3491 | | |
| |||
4240 | 4260 | | |
4241 | 4261 | | |
4242 | 4262 | | |
4243 | | - | |
4244 | 4263 | | |
4245 | 4264 | | |
4246 | 4265 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
| 301 | + | |
301 | 302 | | |
302 | | - | |
| 303 | + | |
303 | 304 | | |
304 | 305 | | |
305 | 306 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| 144 | + | |
| 145 | + | |
144 | 146 | | |
145 | 147 | | |
146 | 148 | | |
147 | 149 | | |
148 | | - | |
| 150 | + | |
149 | 151 | | |
150 | | - | |
151 | | - | |
| 152 | + | |
| 153 | + | |
152 | 154 | | |
153 | 155 | | |
154 | 156 | | |
| |||
0 commit comments