chore(j-s): Send signed court record to police for investigation cases #89522
Workflow file for this run
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: PR lint | |
on: | |
pull_request: | |
types: | |
- opened | |
- reopened | |
- edited | |
- synchronize | |
defaults: | |
run: | |
shell: bash | |
jobs: | |
lint: | |
name: Lint PR title | |
runs-on: ec2-runners | |
container: | |
image: public.ecr.aws/m3u4c4h9/island-is/actions-runner-public:latest | |
steps: | |
- uses: amannn/action-semantic-pull-request@v5 | |
with: | |
types: | | |
feat | |
infra | |
fix | |
docs | |
style | |
refactor | |
perf | |
test | |
build | |
ci | |
chore | |
revert | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |