Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Update Github Action for Publishing to Comfy Registry#113

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
pydn merged 1 commit intopydn:mainfromComfyNodePRs:update-publish-yaml
Jul 27, 2025

Conversation

@robinjhuang
Copy link

Hey! My name is Robin and I'm fromcomfy-org! We would love to have you join the Comfy Registry, a public collection of custom nodes which lets authors publish nodes by version and automate testing against existing workflows. This PR updates the Github Actionpublish.yml to ensure latest ComfyUI Community Standard.

Updates:

  1. Issue Creating Permission: Ensures that the workflow can open issues to report publishing states or warnings, facilitating better communication and issue tracking.
+ # auto issue permission, for Comfy CustomNode registry publishing state+ permissions:+   issues: write
  1. Conditional Execution: Only runs the publish job in author’s repo, defaults to repo owner, reference issue here: -Forks problem: add an organisation or owner check to run the action · Issue #2 · Comfy-Org/publish-node-action
+     if: ${{ github.repository_owner == 'pydn' }}
  1. Versioning: We use explicit version number after stable release, using a stable release version of the action reduces the risk of unexpected behavior from changes in the action's main branch.
-     uses: Comfy-Org/publish-node-action@~~main~~+     uses: Comfy-Org/publish-node-action@v1

Learn More

Please message me on Discord at robin or join ourserver server if you have any questions! For more information, visit the official Comfy-Org blog:ComfyUI Blog.

- Added permissions for issue writing- Updated action version to v1 for publish-node-action- Added condition to run job only for 'pydn' repository owner
@pydnpydn merged commit77a493f intopydn:mainJul 27, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@pydnpydnpydn approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@robinjhuang@pydn@comfy-pr-bot

[8]ページ先頭

©2009-2025 Movatter.jp