opensearch-project / automation-app

🤖 An automation app to handle the daily activities of your GitHub Repository.
Apache License 2.0
1 stars 4 forks source link

[Enhancement] Adding support for `all` events alongside specific events trigger #2

Closed peterzhuamazon closed 2 months ago

peterzhuamazon commented 2 months ago

Is your feature request related to a problem? Please describe

Adding support for all events alongside specific events trigger

# configs/operation/hello-world.yml
# You can listen to either `all` events or specific events
events:
  #  - all
  - issues.labeled
  - issues.assigned

Describe the solution you'd like

Support listening to all events in service, only allow either all events, or specific events.

Describe alternatives you've considered

No response

Additional context

No response