📦 deps(thirdparty): update snapshots
This commit is contained in:
@@ -62,10 +62,10 @@ We officially thank the following contributors for their help in making this rep
|
||||
["alice", "github-actions[bot]", "Copilot", "new-user"],
|
||||
)
|
||||
|
||||
self.assertIn("- [@alice](https://github.com/alice)", updated)
|
||||
self.assertIn("- [@github-actions[bot]](https://github.com/apps/github-actions)", updated)
|
||||
self.assertIn("- [@Copilot](https://github.com/apps/copilot-swe-agent)", updated)
|
||||
self.assertIn("- [@new-user](https://github.com/new-user)", updated)
|
||||
self.assertIn("https://contrib.rocks/image?repo=sickn33/antigravity-awesome-skills&max=500", updated)
|
||||
self.assertIn("https://github.com/sickn33/antigravity-awesome-skills/graphs/contributors", updated)
|
||||
self.assertNotIn("- [@alice]", updated)
|
||||
self.assertNotIn("- [@new-user]", updated)
|
||||
self.assertEqual(updated.count("## Repo Contributors"), 1)
|
||||
self.assertEqual(updated.count("## License"), 1)
|
||||
|
||||
@@ -80,7 +80,7 @@ We officially thank the following contributors for their help in making this rep
|
||||
["alice", "github-actions[bot]", "bob", "new-a", "new-z"],
|
||||
)
|
||||
|
||||
def test_update_repo_contributors_section_avoids_reordering_existing_entries(self):
|
||||
def test_update_repo_contributors_section_removes_manual_list(self):
|
||||
content = """## Repo Contributors
|
||||
|
||||
<a href="https://github.com/sickn33/antigravity-awesome-skills/graphs/contributors">
|
||||
@@ -108,15 +108,7 @@ We officially thank the following contributors for their help in making this rep
|
||||
1,
|
||||
)[1].split("\n## License", 1)[0]
|
||||
|
||||
self.assertEqual(
|
||||
contributor_block.strip().splitlines(),
|
||||
[
|
||||
"- [@alice](https://github.com/alice)",
|
||||
"- [@github-actions[bot]](https://github.com/apps/github-actions)",
|
||||
"- [@bob](https://github.com/bob)",
|
||||
"- [@new-user](https://github.com/new-user)",
|
||||
],
|
||||
)
|
||||
self.assertNotIn("- [@", contributor_block)
|
||||
|
||||
def test_parse_contributors_response_dedupes_and_sorts_order(self):
|
||||
payload = [
|
||||
|
||||
Reference in New Issue
Block a user