Skip to content

Commit

Permalink
📦 docs: 资源商店新增发布资源功能
Browse files Browse the repository at this point in the history
  • Loading branch information
snowykami committed Sep 17, 2024
1 parent 7ef36c6 commit d867996
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions liteyuki_flow/resource_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ def add_resource(github: Github, issue: Issue, repo: Repository):
parents=[repo.get_git_commit(ref.object.sha)]
)
ref.edit(commit.sha)
issue.remove_from_labels("pre-checked")
issue.add_to_labels("passed")


def handle_resource(github: Github, issue: Issue, repo: Repository, act_type: str):
Expand Down

0 comments on commit d867996

Please sign in to comment.