You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add GitHub Action that will mark a pull request as released. The action should:
add a comment to the pull request about including the changes in a release
Congratulations! 🎉 This was released as part of fastlane x.y.z 🚀
add status: released label to the pull request and remove status: included-in-next-release label from it
add a comment to the referenced issue that the pull request has been released
The pull request #xxxxx that closed this issue was merged and released as part of fastlane x.y.z 🚀
Please let us know if the functionality works as expected as a reply here. If it does not, please open a new issue. Thanks!
Issue Description
Add GitHub Action that will mark a pull request as released. The action should:
status: released
label to the pull request and removestatus: included-in-next-release
label from itreference to the epic: #3.
The text was updated successfully, but these errors were encountered: