Action aliases with the same name but in different packs leads to masking one another
Open
@Kami is already working on this.
Since Nov 28, 2016.
bug
chatops
- Dominant language
- Python
- Stars
- 6.5k
- Forks
- 787
- PR merge metrics
- No merged PRs in 30d
Description
I have two packs, each pack has action alias named init. But only one is registered and shown in the st2 action-alias list output. I believe this is a bug, since they should be registered within each own namespace based on the pack name. Currently action-alias list shows only one alias with either of pack's name prefix, e.g. pack2.init. The one from pack1 is not available and not visible by hubot.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.