Skip to content

Conversation

@nil-is-all
Copy link
Contributor

@nil-is-all nil-is-all commented Jul 23, 2025

Adding a workflow automation to dynamically add unanswered PRs and issues to project view (https://github.com/orgs/pytorch/projects/136)

Adding a workflow automation to dynamically add unanswered PRs and issues to project view
@pytorch-bot
Copy link

pytorch-bot bot commented Jul 23, 2025

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/12752

Note: Links to docs will display an error until the docs builds have been completed.

❌ 2 New Failures, 1 Unrelated Failure

As of commit fcfedba with merge base afdbb85 (image):

NEW FAILURES - The following jobs have failed:

BROKEN TRUNK - The following job failed but were present on the merge base:

👉 Rebase onto the `viable/strict` branch to avoid these failures

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jul 23, 2025
@GregoryComer
Copy link
Member

Is it possible to test the workflow before landing it in the repo? If so, do you have any results you can attach to the PR?

@GregoryComer GregoryComer added the release notes: none Do not include this in the release notes label Jul 28, 2025
}

try {
// Add open issues (not PRs)
Copy link
Member

Choose a reason for hiding this comment

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

It looks like it's only adding issues. Can we add both PRs and issues?

@@ -0,0 +1,76 @@
name: Add Unanswered PRs and Issues to PyTorch Org Project 136
Copy link
Member

Choose a reason for hiding this comment

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

What do you think about renaming to "Add External PRs and Issues...", since we're not filtering by unanswered yet?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure, considering the current queries look at just open PRs and Issues. I could change it to "Add Open External Contributor PRs and Issues to PyTorch Org Project 136"

@GregoryComer
Copy link
Member

GregoryComer commented Aug 7, 2025

Would it be possible to add the author filter in the workflow, as well? Or is it easier to apply as a view?

}
}

// Add open, non-draft PRs with NO approved reviews
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@GregoryComer this block covers PRs as well

1) Changes title from "Add Unanswered PRs and Issues to PyTorch Org Project 136" to "Add Open External Contributor PRs and Issues to PyTorch Org Project 136"

2) Changed constraint to add PRs from adding approved PRs as well
@GregoryComer GregoryComer merged commit 0c1acb3 into pytorch:main Aug 8, 2025
99 of 102 checks passed
agrima1304 pushed a commit to agrima1304/executorch that referenced this pull request Aug 26, 2025
Adding a workflow automation to dynamically add unanswered PRs and
issues to project view (https://github.com/orgs/pytorch/projects/133)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. release notes: none Do not include this in the release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants