Skip to content
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

fix: Return assignees in the correct output field #163

Merged
merged 1 commit into from
Aug 16, 2023

Conversation

misund
Copy link
Contributor

@misund misund commented Aug 15, 2023

🤔 这个变动的性质是?/ What is the nature of this change?

  • 新特性提交 / New feature
  • bug 修复 / Fix bug
  • 样式优化 / Style optimization
  • 代码风格优化 / Code style optimization
  • 性能优化 / Performance optimization
  • 构建优化 / Build optimization
  • 网站、文档、Demo 改进 / Website, documentation, demo improvements
  • 重构代码或样式 / Refactor code or style
  • 测试相关 / Test related
  • 其他 / Other

🔗 相关 Issue / Related Issue

Fixes #162

💡 需求背景和解决方案 / Background or solution

Writes assignees string to the assignees field instead of overwriting the body field.

📝 更新日志 / Changelog

In get-issue, assignees will be returned in the issue-assignees output field, where it previously was mistakenly returned in the issue-body output field.

Language Changelog
🇺🇸 English
🇨🇳 Chinese

@github-actions
Copy link

github-actions bot commented Aug 15, 2023

🎊 PR Preview has been successfully built and deployed to https://issues-helper-preview-pr-163.surge.sh

@misund misund changed the title fix: assign assignees to the assignees field instead of body field fix: return assignees in the correct output field Aug 15, 2023
@misund misund changed the title fix: return assignees in the correct output field fix: Return assignees in the correct output field Aug 15, 2023
@xrkffgg xrkffgg merged commit 0071d48 into actions-cool:main Aug 16, 2023
3 checks passed
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.

[BUG] get-issue returns assignees in the body field
2 participants