Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
changie-validation
job to lint workflow
* Add `changie-validation` job to check for changie entries in `.changes/unreleased` directory * Skip `changie-validation` job if `.changes` directory does not exist or if labels `no-changie-required` or `dependencies` are set * Replace deprecated `set-output` command with `echo "{name}={value}" >> $GITHUB_OUTPUT` * Add comment using gh cli if changie entry is required, ensuring only a single comment is made * Map `GH_TOKEN` in `env` for `check_labels` and `validate_changie_entry` steps
- Loading branch information