Describe the bug@github subscribe list has no effect
To Reproduce
Steps to reproduce the behavior:
Open channel
Type '.@github subscribe list
Expected behavior
A list
Screenshots
Desktop (please complete the following information):
OS: Windows 10
Teams new
I did get this as answer after sign in
Configure subscriptions
You can customize your notifications by subscribing to activity that is relevant to your Teams channel.
@github subscribe owner/repo [feature]
@github unsubscribe owner/repo [feature]
Disabled by default and can be enabled
reviews branches discussions workflows
Enabled by default and can be disabled
issues pulls commits comments releases deployments
Branch Filters for commit
Branch filters allow filtering commit notifications. By default when you subscribe for commits feature, you will get notifications for your default branch (i.e. main). However, you can choose to filter on a specific branch, or a pattern of branches or all branches.
@github subscribe owner/repo commits:"mybranch/*"
Label filters for issues, pull requests
Filter incoming events based on the user provided list of labels
@github subscribe owner/repo +label:"my label"
@github unsubscribe owner/repo +label:"my label"
Workflows notification filters
You can filter your actions workflows notifications based on name, event, actor and/or branch. You can filter the notifications as below.
@github subscribe owner/repo workflows:{name:"your workflow name" event:"workflow event" branch:"branch name" actor:"actor name"}
By default, when you configure workflow notifications without passing any filters, it is configured for workflows triggered via pull requests targeting your default branch.
List active subscriptions
List all active subscriptions in a channel
@github subscribe listList all active subscriptions with subscription features
@github subscribe list features
Describe the bug
@github subscribe list
has no effect To Reproduce Steps to reproduce the behavior:Expected behavior A list
Screenshots
Desktop (please complete the following information):
I did get this as answer after sign in