testing-library / testing-playground

Simple and complete DOM testing playground that encourage good testing practices.
https://testing-playground.com
MIT License
783 stars 62 forks source link

chore: update github actions #279

Closed smeijer closed 3 years ago

smeijer commented 3 years ago

What: Use a different github token, and remove the meta action that assigns the PR author as assignee

Why: Assigning the PR author as assignee is nice. But it only works for registered contributors. So for every external author, the action will fail, and thereby it looks like the CI fails. Which sucks.

How: SELECT -> DELETE -> COMMIT. :sleepy:

Checklist: