Skip to content

Commit a623fea

Browse files
committed
ci(reuse): Fix reuse lint
Signed-off-by: Joas Schilling <[email protected]>
1 parent 62ab615 commit a623fea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

REUSE.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SPDX-PackageSupplier = "Nextcloud <[email protected]>"
66
SPDX-PackageDownloadLocation = "https://github.com/nextcloud/files_accesscontrol"
77

88
[[annotations]]
9-
path = [".gitattributes", ".github/CODEOWNERS", ".github/dependabot.yml", ".github/workflows/*.patch", ".editorconfig", "composer.json", "composer.lock", "psalm.xml", "tests/psalm-baseline.xml", "tests/Integration/composer.json", "tests/phpunit.xml", "tests/Integration/composer.lock", ".gitignore", "tests/Integration/data/*", ".tx/config"]
9+
path = [".gitattributes", ".github/CODEOWNERS", ".github/dependabot.yml", ".editorconfig", "composer.json", "composer.lock", "**/composer.json", "**/composer.lock", "psalm.xml", "tests/psalm-baseline.xml", "tests/Integration/composer.json", "tests/phpunit.xml", "tests/Integration/composer.lock", ".gitignore", "tests/Integration/data/*", ".tx/config"]
1010
precedence = "aggregate"
1111
SPDX-FileCopyrightText = "none"
1212
SPDX-License-Identifier = "CC0-1.0"
@@ -18,7 +18,7 @@ SPDX-FileCopyrightText = "2023 Nextcloud GmbH and Nextcloud contributors"
1818
SPDX-License-Identifier = "CC0-1.0"
1919

2020
[[annotations]]
21-
path = [".github/issue_template.md", ".github/contributing.md"]
21+
path = [".github/issue_template.md", ".github/contributing.md", ".github/workflows/*.patch"]
2222
precedence = "aggregate"
2323
SPDX-FileCopyrightText = "2016 Nextcloud GmbH and Nextcloud contributors"
2424
SPDX-License-Identifier = "CC0-1.0"

0 commit comments

Comments
 (0)