-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Update actions/github-script
to v5
#7151
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
Conversation
actions/github-script
to `v5actions/github-script
to v5
Notice, that there's no mypy_primer comment on this issue! |
I have changed a file in |
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉 |
github-script is used in several places, and this PR currently updates only one of them:
Why should we update github-script anyway? The current |
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.
I mentioned this in the mypy PR, but Github Actions is not running the code in your pull request for mypy_primer comment. Pretty sure this PR breaks things: https://github.com/actions/github-script#breaking-changes-in-v5
The only way to test (other than iterating on master) is on your fork.
I'd rather update things sooner than later, so working on this is appreciated. Not updating leads to bugs and security issues down the line that don't get fixed. And that often means it's more complicated to update (due to a larger amount of changes), while being under time pressure to do so. |
Yes, @hauntsaninja, you are right. This action:
After some local experiments, I've managed to make it work:
I've pushed all changed I applied to my version (I ruined my fork comletely 😆). |
Thanks! |
No description provided.