Skip to content

Commit

Permalink
Update python-3.11.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
justinh-rahb authored Sep 21, 2023
1 parent ffc27b9 commit 834377d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/python-3.11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ jobs:
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
dependabot:
name: 'Dependabot'
needs: build
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request'}}
steps:
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
# dependabot:
# name: 'Dependabot'
# needs: build
# runs-on: ubuntu-latest
# if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request'}}
# steps:
# - name: Enable auto-merge for Dependabot PRs
# 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 834377d

Please sign in to comment.