-
Couldn't load subscription status.
- Fork 34
ci: fix slackapi v2.1.1 #389
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
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.
Pull Request Overview
This PR migrates the Slack GitHub Action from version 1.25.0 to version 2.1.1, updating the configuration to use the new API format required by the v2 version.
- Updates the action version hash and tag from v1.25.0 to v2.1.1
- Migrates from the old configuration format using
channel-idandslack-messageto the new format usingmethod,token, andpayload - Moves the Slack token from environment variable to direct parameter
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
|
|
|
|
|
This PR tries to properly migrate from v1.25.0 to v2.1.1.
Previous attempt #384 got reverted.