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

Restyle fix the bug and add attributes for full users #4

Open
wants to merge 61 commits into
base: main
Choose a base branch
from

Conversation

restyled-io[bot]
Copy link

@restyled-io restyled-io bot commented Aug 27, 2020

A duplicate of #3 with additional commits that automatically address
incorrect style, created by Restyled.

Since the original Pull Request was opened as a fork in a contributor's
repository, we are unable to create a Pull Request branching from it with only
the style fixes.

The following Restylers made fixes:

  • php-cs-fixer
  • prettier-markdown
  • whitespace

To incorporate these changes, you can either:

  1. Merge this Pull Request instead of the original, or

  2. Ask your contributor to locally incorporate these commits and push them to
    the original Pull Request

    Expand for example instructions
    ```console
    git remote add upstream https://github.com/mitgedanken/github-php-client.git
    git fetch upstream pull/<this PR number>/head
    git merge --ff-only FETCH_HEAD
    git push
    ```
    

NOTE: As work continues on the original Pull Request, this process will
re-run and update (force-push) this Pull Request with updated style fixes as
necessary. If the style is fixed manually at any point (i.e. this process finds
no fixes to make), this Pull Request will be closed automatically.

Sorry if this was unexpected. To disable it, see our documentation.

Joon-Yong Lee and others added 30 commits April 2, 2015 13:16
1. fix the mismatch to get collaborators
2. add some additional attributes to get the user information
fix the mismatch to get collaborators
New AuthType and the ability to set an oauth token - as per the following excerpt.  Your code will have to take the steps necessary to get the OAUTH token an example can be seen [in this issue](tan-tan-kanarek#75)
```
        $client = new GitHubClient();
        // The following two methods are new additions
        $client->setAuthType( 'Oauth' );
        $client->setOauthToken( $oauth_token );
```
Added Oauth2 from a web application
to fix some issues for collaborators
…narek-license-update

Year and copyright holder
Added parent attribute for forked repositories
…-remove-label

Add method to remove a label from an issue
Add getCommit() function for tags
I tried to fill in some missing functions to create/update/delete a
file, which is defined at
https://developer.github.com/v3/repos/contents/.
Please refer to https://developer.github.com/v3/git/trees/. Before, it
had ‘sha' and ‘url’ but didn’t have ‘tree’ array. so I add an
array<GitHubTree> in GitHubTreeExtra to fetch the list of files.
# Conflicts:
#	client/services/GitHubReposContents.php
# Conflicts:
#	client/services/GitHubReposContents.php
Shreyans Jain and others added 27 commits July 24, 2016 20:51
Organizations: Teams: Usages of deprecated /members/ API replaced with /memberships/ one.
…-issue-assignees

Implemented assigning multiple assignees to an issue
…date

🐛 Fix 400 Bad Request error on PATCH method
Changed expected return when adding collaborators
…ull-request

removed multiple json_encoding in editAnIssue function
@atomist atomist bot added auto-branch-delete:on-close Delete branch when pull request gets closed auto-merge-method:merge Auto-merge with merge commit auto-merge:on-approve Auto-merge on review approvals labels Aug 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-branch-delete:on-close Delete branch when pull request gets closed auto-merge:on-approve Auto-merge on review approvals auto-merge-method:merge Auto-merge with merge commit
Projects
None yet
Development

Successfully merging this pull request may close these issues.