Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add changie validation to lint action #57

Closed
wants to merge 1 commit into from

Conversation

sheldonhull
Copy link
Contributor

@sheldonhull sheldonhull commented Aug 12, 2024

Fixes DelineaXPM/github-workflows#82

Add changie validation job to lint action in .github/workflows/lint.yml.

  • Add changie-validation job:
    • Check for .changes directory and skip validation if not found.
    • Check for changie entry in .changes/unreleased.
    • Check for no-changie-required or dependencies label and skip validation if present.
    • Fail if no changie entry and no relevant label found, and post a comment on the pull request if validation fails.

For more details, open the Copilot Workspace session.

Fixes #56

Add changie validation job to lint action in `.github/workflows/lint.yml`.

* **Add changie-validation job:**
  - Check for `.changes` directory and skip validation if not found.
  - Check for changie entry in `.changes/unreleased`.
  - Check for `no-changie-required` or `dependencies` label and skip validation if present.
  - Fail if no changie entry and no relevant label found, and post a comment on the pull request if validation fails.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/DelineaXPM/dsv-github-action/issues/56?shareId=XXXX-XXXX-XXXX-XXXX).
@sheldonhull sheldonhull requested a review from a team as a code owner August 12, 2024 23:45
@sheldonhull
Copy link
Contributor Author

wrong repo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

adjust lint action to also perform a second job of validating that a changie entry was added
1 participant