Skip to content

Commit

Permalink
Make caniuse PR use reviewers instead of assignees
Browse files Browse the repository at this point in the history
  • Loading branch information
quantum5 committed May 3, 2021
1 parent 6b7d629 commit 09145f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/caniuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
run: |
curl -o resources/caniuse.json https://raw.githubusercontent.com/Fyrd/caniuse/master/data.json
- name: Create pull request
uses: peter-evans/create-pull-request@v2
uses: peter-evans/create-pull-request@v3
with:
token: ${{ secrets.REPO_SCOPED_TOKEN }}
author: dmoj-build <build@dmoj.ca>
Expand All @@ -21,5 +21,5 @@ jobs:
commit-message: Import latest Can I use... data
body: This PR has been auto-generated to pull in the latest copy of Can I use... `data.json` from [upstream](https://github.com/Fyrd/caniuse/blob/master/data.json).
labels: compat
assignees: Xyene, quantum5
reviewers: Xyene, quantum5
branch: update-caniuse

0 comments on commit 09145f8

Please # to comment.