Skip to content

Commit

Permalink
squash: try with config file instead
Browse files Browse the repository at this point in the history
  • Loading branch information
arielvalentin committed Jan 16, 2024
1 parent 2fa0696 commit 687ad31
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
6 changes: 6 additions & 0 deletions .commit-me.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"include-commits": false,
"include-pull-requests": true,
"update-labels": false,
"types": [ "chore", "ci", "docs", "feat", "fix", "perf", "refactor", "release", "test" ]
}
14 changes: 1 addition & 13 deletions .github/workflows/conventional-commits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,5 @@ jobs:
steps:
- uses: dev-build-deploy/commit-me@v1.2.0
with:
update-labels: false # OPTIONAL; do not update the Pull Request labels based on the Conventional Commits information.
include-commits: false
include-pull-requests: true
token: ${{ secrets.GITHUB_TOKEN }}
types: |
chore
ci
docs
feat
fix
perf
refactor
release
test
config: ".commit-me.json"

0 comments on commit 687ad31

Please sign in to comment.