argocd-helm/.github/workflows/pr-title.yml
Aikawa 914021b38a
chore(github): add argocd-apps on pr-title (#1414)
Signed-off-by: yu-croco <yu.croco@gmail.com>
2022-08-21 14:14:32 +09:00

30 lines
717 B
YAML

## Reference: https://github.com/amannn/action-semantic-pull-request
name: "Lint PR"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# Configure which scopes are allowed.
scopes: |
argo-cd
argo-events
argo-rollouts
argo-workflows
argocd-image-updater
argocd-apps
github
# Configure that a scope must always be provided.
requireScope: true