Skip to content

Add basic auto-assign issue workflow #38

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

Merged
merged 2 commits into from
Apr 8, 2025
Merged

Add basic auto-assign issue workflow #38

merged 2 commits into from
Apr 8, 2025

Conversation

NeuroShepherd
Copy link
Member

No description provided.

@NeuroShepherd NeuroShepherd requested a review from Copilot April 8, 2025 17:24
Copy link

@Copilot 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.

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

Comments suppressed due to low confidence (1)

.github/workflows/auto-assign-issues.yml:63

  • This GraphQL query assumes that the repository owner is an organization. If the repository owner is instead a personal account, the query may not return valid project data.
QUERY="{\"query\": \"query { organization(login: \"$REPO_OWNER\") {projectsV2(first: 20) {nodes {id title}}}}\"}"

@NeuroShepherd NeuroShepherd requested a review from Copilot April 8, 2025 17:28
Copy link

@Copilot 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.

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (2)

.github/workflows/auto-assign-issues.yml:1

  • [nitpick] The workflow name 'Auto-Add Issues to User Project' does not exactly match the PR title 'Add basic auto-assign issue workflow'. Consider aligning the naming to avoid confusion.
name: Auto-Add Issues to User Project

.github/workflows/auto-assign-issues.yml:54

  • The GraphQL API call to retrieve the issue node ID lacks error handling. Consider adding checks to ensure that NODE_ID_RESULTS contains a valid value before proceeding.
NODE_ID_RESULTS=$(curl -X POST \

@NeuroShepherd NeuroShepherd merged commit 49061a2 into main Apr 8, 2025
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.

1 participant