Skip to content

Commit

Permalink
Update auto PR action (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtomlinson authored Nov 30, 2020
1 parent fbad093 commit 9532f09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/watch-conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,13 @@ jobs:
find: "dask==.* "
replace: "dask==${{ steps.latest_version.outputs.version }} "
- name: Create Pull Request
uses: peter-evans/create-pull-request@v2
uses: peter-evans/create-pull-request@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "Update Dask version to ${{ steps.latest_version.outputs.version }}"
title: "Update Dask version to ${{ steps.latest_version.outputs.version }}"
reviewers: "jacobtomlinson"
author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
branch: "upgrade-dask-version"
body: |
A new Dask version has been detected.
Expand Down

0 comments on commit 9532f09

Please sign in to comment.