ci: expand ignore list on PRs

Add more CI files to be ignored when determining change.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2024-02-06 09:35:31 -05:00
commit b320899663

View file

@ -13,6 +13,16 @@
.gitattributes .gitattributes
.gitignore .gitignore
.mailmap .mailmap
.github/workflows/codecov.yaml
.github/workflows/issue_count.yml
.github/workflows/stats_merged_prs.yml
.github/workflows/assigner.yml
.github/workflows/daily_test_version.yml
.github/workflows/do_not_merge.yml
.github/workflows/stale_issue.yml
.github/workflows/stale-workflow-queue-cleanup.yml
.github/workflows/greet_first_time_contributor.yml
.github/workflows/issues-report-config.json
CODEOWNERS CODEOWNERS
MAINTAINERS.yml MAINTAINERS.yml
LICENSE LICENSE
@ -28,6 +38,7 @@ scripts/ci/test_plan.py
scripts/ci/twister_ignore.txt scripts/ci/twister_ignore.txt
scripts/ci/what_changed.py scripts/ci/what_changed.py
scripts/ci/version_mgr.py scripts/ci/version_mgr.py
scripts/ci/stats/*
scripts/requirements* scripts/requirements*
scripts/checkpatch/* scripts/checkpatch/*
scripts/checkpatch.pl scripts/checkpatch.pl