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 support for creating a pull request. #8

Closed
jackton1 opened this issue Oct 6, 2020 · 0 comments · Fixed by #6, #9 or #10
Closed

Add support for creating a pull request. #8

jackton1 opened this issue Oct 6, 2020 · 0 comments · Fixed by #6, #9 or #10

Comments

@jackton1
Copy link
Member

jackton1 commented Oct 6, 2020

  • bumpversion:

Description

Update to create a Pull request.

    steps:
    - uses: actions/checkout@v2
      
    - name: Run isort
      uses: olance/[email protected]
      with:
        args: .
      
    - name: Commit changes
      run: |
        git config --local user.email "[email protected]"
        git config --local user.name "GitHub Action"
        git add -A && git diff-index --cached --quiet HEAD || git commit -m 'isort'
      
    - name: Push changes
      uses: ad-m/[email protected]
      with:
        github_token: ${{ secrets.GITHUB_TOKEN }}
This was linked to pull requests Dec 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant