diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml new file mode 100644 index 000000000000..6909c8357d44 --- /dev/null +++ b/.github/workflows/pr.yml @@ -0,0 +1,13 @@ +name: pentaho-kettle pull request workflow +on: + pull_request: + branches: + - master + +jobs: + reusable-pr-workflow: + uses: pentaho/actions-common/.github/workflows/pr.yml@HNC-563 + with: + slack_channels: "" + sonar_project_key: "com.pentaho.reporting.plugin:pentaho-interactive-reporting" + secrets: inherit \ No newline at end of file