Skip to content

Commit

Permalink
Merge branch 'main' into feat/ga-mysql-fulltextsearch-fulltextindex
Browse files Browse the repository at this point in the history
  • Loading branch information
jkomyno authored Nov 18, 2024
2 parents bf54c58 + 378004b commit 4c8b364
Show file tree
Hide file tree
Showing 115 changed files with 1,960 additions and 1,836 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-engines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,13 @@ jobs:
if: ${{ github.event_name == 'pull_request' }}
run: |
echo "Pull Request: ${{ github.event.pull_request.number }}"
echo "Repository Owner: $${{ github.repository_owner }}"
echo "Repository Owner: ${{ github.repository_owner }}"
echo "Pull Request Author: ${{ github.actor }}"
echo "Pull Request Author Association: ${{ github.event.pull_request.author_association }}"
# echo "Commit message:${{ steps.commit-msg.outputs.commit-msg }}"
cat <<END_OF_COMMIT_MESSAGE
Commit message:
${{ steps.commit-msg.outputs.commit-msg }}
END_OF_COMMIT_MESSAGE
echo "Commit message contains [integration]: ${{ contains(steps.commit-msg.outputs.commit-msg, '[integration]') }}"
- name: 'Check if commit message conatains `[integration]` and the PR author has permissions to trigger the workflow'
Expand Down
Loading

0 comments on commit 4c8b364

Please sign in to comment.