Skip to content

Commit

Permalink
ci(lint): add "exp" to PR title lint (#324)
Browse files Browse the repository at this point in the history
Issue #, if available:

*Description of changes:*
- Previously we added exp to release-please.yaml in #323, but
lint-pr-title has [its own configuration for custom
types](/~https://github.com/amannn/action-semantic-pull-request).
- Not doing this causes issue ([seen
here](/~https://github.com/runfinch/finch/actions/runs/4547098114/jobs/8016553677))
with PR titles using exp

*Testing done:*
  - N/A


- [x] I've reviewed the guidance in CONTRIBUTING.md


#### License Acceptance

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.

Signed-off-by: Justin Alvarez <alvajus@amazon.com>
  • Loading branch information
pendo324 authored Mar 28, 2023
1 parent 983616f commit 008d59f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/lint-pr-title.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,22 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
with:
# List from /~https://github.com/commitizen/conventional-commit-types/blob/master/index.json
# with custom types added at the end.
# Custom types should also be added in release-please.yaml changelog-types.
types: |
feat
fix
docs
style
refactor
perf
test
build
ci
chore
revert
exp
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 008d59f

Please sign in to comment.