issues
search
zeke
/
semantic-pull-requests
:robot: Let the robots take care of the semantic versioning
https://github.com/apps/semantic-pull-requests
Apache License 2.0
1.24k
stars
122
forks
source link
fix: update Probot 9, use GitHub Actions, use Node 12, drop Travis
#84
Closed
zeke
closed
4 years ago
zeke
commented
4 years ago
This PR:
Updates Probot to version 9 (latest), mostly to avoid using a deprecated GitHub REST API endpoint; cc @jamesmartin @jakewilkins
Adds a GitHub Actions workflow testing
Removes the old Travis config
Sets
engines.node
to
12
to make Heroku run the same Node runtime version as the Actions workflow
jamesmartin
commented
4 years ago
Looks good! 🎉
This PR:
engines.node
to12
to make Heroku run the same Node runtime version as the Actions workflow