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

Add status reporting #68

Merged
merged 18 commits into from Oct 13, 2018
Merged

Add status reporting #68

merged 18 commits into from Oct 13, 2018

Conversation

bobvanderlinden
Copy link
Owner

@bobvanderlinden bobvanderlinden commented Oct 11, 2018

Resolves #64

Previously it was not possible to see what the bot has decided to do regarding the state of a pull request.

This PR adds status messages using the Checks API.

@@ -5,6 +5,7 @@ import { result } from './utils'
import { getPullRequestStatus, PullRequestStatus } from './pull-request-status'
import { queryPullRequest } from './pull-request-query'
import { requiresBranchUpdate } from './pull-request-uptodate'
import { updateStatusReportCheck } from './status-report';

Choose a reason for hiding this comment

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

Unnecessary semicolon

@probot-auto-merge probot-auto-merge bot merged commit ab9daad into master Oct 13, 2018
@probot-auto-merge probot-auto-merge bot deleted the pr-report-status branch October 13, 2018 20:21
This was referenced Oct 13, 2018
@bobvanderlinden
Copy link
Owner Author

🎉 This PR is included in version 1.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants