diff --git a/.github/workflows/check_source.yml b/.github/workflows/check_source.yml index 93418f6..eb72d25 100644 --- a/.github/workflows/check_source.yml +++ b/.github/workflows/check_source.yml @@ -6,4 +6,4 @@ on: jobs: trigger_review: - uses: yudaike/release-tools-actions/.gitea/workflows/run-check-source.yml@v0.2 + uses: yudaike/release-tools-actions/.gitea/workflows/run-check-source.yml@v0.3 diff --git a/README.md b/README.md deleted file mode 100644 index fba488b..0000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# Test repository for [openSUSE-release-tools](YoukouTenhouin/openSUSE-release-tools) - diff --git a/release-tools-test.changes b/release-tools-test.changes new file mode 100644 index 0000000..99e7865 --- /dev/null +++ b/release-tools-test.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Fri Feb 14 09:59:41 CET 2025 - yu.daike@suse.com + +- Init commit \ No newline at end of file diff --git a/release-tools-test.spec b/release-tools-test.spec new file mode 100644 index 0000000..04e5b7e --- /dev/null +++ b/release-tools-test.spec @@ -0,0 +1,18 @@ +# +# spec file for package release-tools-test +# +# Copyright (c) 2025 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +Name: release-tools-test +Version: 0.0.1 + +%changelog