Ghost/.github/workflows
Daniel Lockyer d897942af7
Added auto-assign workflow to pull requests
no issue

- Renovate will open PRs to bump dependencies but these are unassigned
- Renovate does have the ability to set assignees, but these are blanket
  assigns not based upon the package that is being upgraded
- we want to assign them to the owners of the package that is being
  upgraded
- I've created the `gh-auto-assign` GitHub CLI exntension which reads a
  `.github/AUTO_ASSIGN` file and assign PRs based upon the entries listed
- this commit adds the initial `AUTO_ASSIGN` file and GitHub Actions
  workflow to trigger when a PR is opened
2021-09-08 10:12:31 +01:00
..
auto-assign.yml Added auto-assign workflow to pull requests 2021-09-08 10:12:31 +01:00
canary.yml Fixed canary build after yarn command changes 2021-07-06 10:22:07 +01:00
release.yml Updated CI release workflow to use built-in token 2021-07-12 13:14:55 +01:00
test.yml Renamed coverage:unit command to cov:unit 2021-08-26 15:06:45 +02:00