Skip to content

feat: Add test for pull-requests#120

Open
limakzi wants to merge 3 commits intomainfrom
116-add-requirement-for-issue-or-feature-to-pull-request
Open

feat: Add test for pull-requests#120
limakzi wants to merge 3 commits intomainfrom
116-add-requirement-for-issue-or-feature-to-pull-request

Conversation

@limakzi
Copy link
Copy Markdown
Collaborator

@limakzi limakzi commented Apr 18, 2025

Closes #116.

@limakzi limakzi requested a review from Copilot April 18, 2025 22:21
@limakzi limakzi linked an issue Apr 18, 2025 that may be closed by this pull request
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a new GitHub workflow designed to ensure that pull requests have a linked issue.

  • Introduces a new workflow file to verify linked issues on PR events and check run events.
  • Uses the hattan/verify-linked-issue-action to perform the validation.
Comments suppressed due to low confidence (1)

.github/workflows/pull-request-project-requireissue.yaml:12

  • [nitpick] The job id 'label' is ambiguous given the workflow's purpose of verifying linked issues. Consider renaming it to something more descriptive, such as 'verify-linked-issue'.
  label:

@limakzi limakzi requested a review from Copilot April 18, 2025 22:24
@limakzi limakzi self-assigned this Apr 18, 2025
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a GitHub Actions workflow to test that pull requests have a linked issue.

  • Introduces a new workflow file to trigger on pull request and check run events.
  • Utilizes the "hattan/verify-linked-issue-action" to validate the linkage between pull requests and issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add requirement for issue or feature to pull-request

3 participants