From b0553da3ebf6c5b841b32f5702dda7cfe90e2cda Mon Sep 17 00:00:00 2001 From: Alexander Wondwossen Date: Mon, 19 Jan 2026 09:28:42 -0500 Subject: [PATCH 1/2] Update copyright year in LICENSE-CODE --- LICENSE-CODE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE-CODE b/LICENSE-CODE index f3b5f7eda9e6..6bc46813523b 100644 --- a/LICENSE-CODE +++ b/LICENSE-CODE @@ -1,6 +1,6 @@ MIT License -Copyright 2025 GitHub +Copyright 2026 GitHub Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From f8d51284e336df35ef539182f890afd7111b37d9 Mon Sep 17 00:00:00 2001 From: Alexander Wondwossen Date: Mon, 19 Jan 2026 10:04:33 -0500 Subject: [PATCH 2/2] Increase timeout for path and query parameters test --- src/article-api/tests/rest-transformer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/article-api/tests/rest-transformer.ts b/src/article-api/tests/rest-transformer.ts index 3cd8e6d5ad85..69f9438eb03a 100644 --- a/src/article-api/tests/rest-transformer.ts +++ b/src/article-api/tests/rest-transformer.ts @@ -63,7 +63,7 @@ describe('REST transformer', () => { expect(res.body).toContain('Setting to `application/vnd.github+json` is recommended.') }) - test('Path and query parameters are listed', async () => { + test('Path and query parameters are listed', async () => {,15000) const res = await get(makeURL('/en/rest/actions/artifacts')) expect(res.statusCode).toBe(200)