Skip to content

Commit

Permalink
Merge 2f986ed into 0b74d21
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdstein committed Nov 12, 2022
2 parents 0b74d21 + 2f986ed commit c63c0ba
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/continous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,3 @@ jobs:
poetry publish -n --build
env:
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_API_TOKEN }}

- name: Merge pull request if from Dependabot
if: ${{success() && matrix.python-version == 3.10 && github.actor == 'dependabot[bot]'}}
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit c63c0ba

Please sign in to comment.