[PC-1926] Update AWS cli to v2 and kubectl 1.28.14 #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: GitHub Actions - Check PR Title | ||
on: | ||
pull_request: | ||
types: [opened, reopened, edited, synchronize] | ||
jobs: | ||
Jira-PR-Title: | ||
# Github Runnner in `tools-staging` runner set | ||
runs-on: arc-runner-set | ||
steps: | ||
- name: "Check PR Title" | ||
if: ${{ (github.actor != 'dependabot[bot]') && (github.actor != 'EburyCrowdin') }} | ||
uses: Ebury/github-tools/.github/workflows/check-pr-title-reusable-workflow.yml@master |