Open
Conversation
feacbc4 to
17f1734
Compare
17f1734 to
6daffae
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v3.0.2→v4.0.1v2.1.1→v3.0.1Release Notes
dorny/paths-filter (dorny/paths-filter)
v4.0.1Compare Source
v4.0.0Compare Source
v3.0.3Compare Source
slackapi/slack-github-action (slackapi/slack-github-action)
v3.0.1Compare Source
Breaking change: Node.js 24
This major version updates the minimum GitHub Actions runtime to Node.js 24. Most GitHub-hosted runners already include this, but self-hosted runners may need to be updated.
Run Slack CLI commands in your workflows
This release introduces a new technique for running Slack CLI commands directly in GitHub Actions workflows. Use
slackapi/slack-github-action/cli@v3.0.0to install the CLI and execute commands likedeploy,manifest validate, and more.Validate an app manifest on pull requests
Check that your app manifest is valid before merging changes:
Deploy your app on push to main
Automate deployments whenever changes land on your main branch:
Any command available in the Slack CLI can be passed through the
commandinput — just omit theslackprefix.The
tokeninput accepts a service token for authentication. You can gather this token by runningslack auth tokenwith the Slack CLI and storing the value as a repository secret.For full documentation on the CLI technique and other sending techniques, check out the docs 📚
v3.0.0Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.