-
Notifications
You must be signed in to change notification settings - Fork 182
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 support for new GitHub feature #567
Comments
keep your pull request branch up-to-date (aka Managing suggestions to update pull request branches) lacks of REST API which is utilized by ProBot Settings. |
Probably, it works but it is not documented? -> google/go-github#2313 I tested using
Except:
I see how the web UI works, and it is using the same URL (https://github.com/ORG/repos/settings/update_merge_settings) adding a new element |
+1 for this feature. does it still lack REST API? |
The parameter is called
|
👌. Released in the last version of octokit.js_v1.8.0 |
@gr2m I am referring to "Always suggest updating pull request branches" feature. I believe what you are talking about is something different. |
I'm not seeing a REST API parameter for that feature yet, sorry. I didn't check the GraphQL schema though, sometimes it has features that the REST API does not, and vice versa |
Have you seen this rest/repos/repos#update-a-repository ? Other links:
|
@svg153 does this mean that it is doable with the current version of the probot settings or there is a development effort for this functionality to work? |
@dgokcin if it has a rest api for the repos, then it is already supported by probot settings. |
@foolioo thanks. I can confirm that it is working with |
Should documentation be updated? |
from the configuration example:
please feel free to suggest changes to make the idea more obvious, but all repo properties are supported in the settings file. it isnt realistic for us to keep them all listed in the example when the api docs already provide details |
@travi I agree that continuously updating the documentation about the features in the GitHub API is not a good idea, but I don't think many users of this action know that if a property is available in the GitHub API, it is supported by the Settings Bot. As a loyal user of this app for a few years now, I believe the main README deserves a mention of this in a more visible place, rather than a commented-out link. |
#893 pulls the reference to a more prominent location. closing this thread as a result of that change, but would entertain PRs to further improve the clarity of configuration docs |
suggest updating pull request branches
is a recent addition. I skimmed probot's documentation, PR's and issues and didn't find it reference.thank you!
located under
The text was updated successfully, but these errors were encountered: