Skip to content
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

[Enhancement]: Replace slash commands action? #49

Open
lucyllewy opened this issue Nov 19, 2024 · 1 comment
Open

[Enhancement]: Replace slash commands action? #49

lucyllewy opened this issue Nov 19, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@lucyllewy
Copy link
Member

What changes would you like?

Should we replace the seemingly unmaintained https://github.com/xt0rted/slash-command-action (last updated in 2022) with a different one, such as https://github.com/peter-evans/slash-command-dispatch, as our slash commands processing action? This will squash some node16 deprecation notices from GitHub Actions outputs.

Any extra information?

The current slash commands processor we are using is causing GitHub Actions to emit node16 actions deprecation messages. The project was last updated in 2022, and issues and PRs in the repository are going unanswered. It might be prudent to move to a different action.

@lucyllewy lucyllewy added the enhancement New feature or request label Nov 19, 2024
@jnsgruk
Copy link
Member

jnsgruk commented Nov 19, 2024

Certainly not against it -- looks like the migration would be pretty clean. The API of the suggested alternative is very similar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants