From 4df888b6a003d41a6f1e2e743fa1565e67fb5345 Mon Sep 17 00:00:00 2001 From: Quantum Date: Sun, 2 May 2021 21:19:41 -0400 Subject: [PATCH] Make caniuse PR use reviewers instead of assignees --- .github/workflows/caniuse.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/caniuse.yml b/.github/workflows/caniuse.yml index 36131cc6e6..649898ec26 100644 --- a/.github/workflows/caniuse.yml +++ b/.github/workflows/caniuse.yml @@ -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 @@ -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