From 9f6b560957bf7ea5bb0e3ce57352fcf1ce0e65ff Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 1 Jan 2024 05:03:24 +0000 Subject: [PATCH 1/2] docs(license): update copyright year(s) --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 16ccbd23..75d4f295 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020-2023 Yevhen Fabizhevskyi +Copyright (c) 2020-2024 Yevhen Fabizhevskyi 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 60cd06c8df44105d87b2636a107b93ff25212894 Mon Sep 17 00:00:00 2001 From: Eugene Date: Mon, 1 Jan 2024 16:02:17 +0900 Subject: [PATCH 2/2] Add "Assign reviewers" workflow (#104) --- .github/workflows/unit-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index cfbcb80f..df72fed4 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -8,8 +8,8 @@ on: # yamllint disable-line rule:truthy pull_request: jobs: - unit_tests: - name: Lint and Test + unit-tests: + name: Unit Tests timeout-minutes: 5 runs-on: ubuntu-latest steps: