Skip to content

Commit

Permalink
add to autolabeler and check-build-test
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw committed Nov 30, 2023
1 parent 7cfb6e5 commit e780b2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/autolabeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ dependency-change: "/project/Dependencies.scala"
'p:influxdb': ["/influxdb"]
'p:ironmq': ["/ironmq"]
'p:jms': ["/jms"]
'p:jakarta-jms': ["/jakarta-jms"]
'p:json-streaming': ["/json-streaming"]
'p:kinesis': ["/kinesis"]
'p:kudu': ["/kudu"]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/check-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ jobs:
- { connector: huawei-push-kit }
- { connector: influxdb, pre_cmd: 'docker-compose up -d influxdb' }
- { connector: ironmq, pre_cmd: 'docker-compose up -d ironauth ironmq' }
- { connector: jakarta-jms }
- { connector: jms, pre_cmd: 'docker-compose up -d ibmmq' }
- { connector: json-streaming }
- { connector: kinesis }
Expand Down

0 comments on commit e780b2f

Please sign in to comment.