Releases: toshimaru/auto-author-assign
Releases · toshimaru/auto-author-assign
v1.1.2
- 7ef66e9 - Bump @actions/core from 1.2.5 to 1.2.6 (#21)
- 9ad1376 - Bump node-fetch from 2.6.0 to 2.6.1 (#20)
- c32b34d - Bump @actions/core from 1.2.4 to 1.2.5 (#19)
v1.1.1
- Update README
- Update log message a bit
v1.1.0
- Update Script/README/LogMessage #17
v1.0.0
v1.0.0
- Update README
- Add eye-catching image(OG image)
github.getOctokit()
instead of github.Github()
(See also. #13)
- CommonJS module -> ES module style
Dependencies
- Bump @actions/github from 2.2.0 to 3.0.0 #13
- Bump @zeit/ncc from 0.22.1 to 0.22.3 #12
v0.3.2
- Bump @actions/core from 1.2.3 to 1.2.4 #9
v0.3.1
- Update README
- Configure GitHub Actions #8
v0.3.0
- Skip assigning when the user is bot #7
- Check the triggered event is pull_reqeust #6
v0.2.0
- Use github.context.repo.{owner.repo} #4
v0.0.1
First Release 🎉
- Implement basic assignment logic