-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GitHub Actions #216
base: main
Are you sure you want to change the base?
GitHub Actions #216
Conversation
Love the work that's gone into this - Can we split it into 2 separate PRs though? We can have the Drop 2.7 based on the Actions PR if that makes things easier |
Yes I can do that, no worries 👍 |
PR separated 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a couple minor things I'm seeing, otherwise LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
adc301d
to
11e9dbb
Compare
d0e3f61
to
2bf1878
Compare
+ Rspec tasks (for Ruby 2.7.x, 3.0.x, 3.1.x, 3.2.x) + Rubocop task (with Ruby 2.7.x) + Yard & Github pages tasks (with Ruby 2.7.x) + Update rspec version constraint in discordrb.gemspec (from ~> 3.11.0 to ~> 3.12.0) + Update redcarpet version constraint in discordrb.gemspec (from ~> 3.5.0 to ~> 3.6.0)
Finally, after doing my tests on the latest version of Rspec, and looking at the code, I realize that the modification was not necessary, and PixeLInc was right in his PR shardlab#199
Contrary to what the documentation indicated, it was not possible to provide an Array<Overwrite> to Channel#permission_overwrites= It was necessary to provide the Hash similar to what the method Channel#permission_overwrites returns + Added an example file to test the overwrites (I used it as a debug) + Modification of a test in spec/data/channel_spec.rb following this correction
Fix typo and newlines Co-authored-by: Adrien Smith <[email protected]>
Summary
This pull request originally had the sole purpose of replacing CircleCI with Github Actions.
But also contains a bug fix.
Added
Changed
Removed
Fixed