Skip to content

Commit

Permalink
Merge branch 'main' into dependabot-pip-ci-pydata-sphinx-theme-0.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dopplershift authored Jul 12, 2024
2 parents 29ac7b3 + 7cce4dd commit 27d41f8
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions .github/workflows/automerge-dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Auto-merge Dependabot PRs

on:
pull_request_target:

jobs:
#
# Automatically review dependabot PRs and set them to automerge (on successful checks)
#
Automerge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
env:
GH_TOKEN: ${{ github.token }}

permissions:
contents: write
pull-requests: write

steps:
- name: Set auto-merge
run: gh pr merge -R ${{ github.repository }} --merge --auto ${{ github.event.pull_request.number }}
- name: Review PR
run: gh pr review -R ${{ github.repository }} --approve ${{ github.event.pull_request.number }}
2 changes: 1 addition & 1 deletion ci/doc_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sphinx==7.3.7
pydata-sphinx-theme==0.15.4
sphinx-design==0.5.0
sphinx-design==0.6.0
sphinx-gallery==0.16.0
myst-parser==3.0.1
netCDF4==1.7.1
Expand Down

0 comments on commit 27d41f8

Please sign in to comment.