exasol / github-keeper

Tool for unifying our GitHub repository setup. Superseded by github-issue-adapter
MIT License
2 stars 1 forks source link

Validation of workflow files should ignore non-pr relevant files #45

Closed kaklakariada closed 2 years ago

kaklakariada commented 2 years ago

github-keeper fails validation of workflow files even if these are not relevant for pull requests/branch protection:

Validation Error for .github/workflows/release_droid_upload_github_release_assets.yml: matrix github-action jobs with object parameters and no job name are not supported. Please add a name field to the job that combines the matrix parameters into a more readable name. For example "Build with Go ${{matrix.go}} and Exasol ${{ matrix.db }}"

github-keeper must ignore this kind of problem in non-relevant files.