Skip to content

Commit

Permalink
squash: try this
Browse files Browse the repository at this point in the history
  • Loading branch information
arielvalentin committed Jan 16, 2024
1 parent 80a5681 commit e91fd00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .commit-me.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"include-commits": false,
"include-pull-requests": true,
"types": [ "chore", "ci", "docs", "feat", "fix", "perf", "refactor", "release", "test" ]
}
5 changes: 3 additions & 2 deletions .github/workflows/conventional-commits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:
- edited

permissions:
contents: write
pull-requests: write
contents: read
pull-requests: read

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }} # Ensure that only one instance of this workflow is running per Pull Request
Expand All @@ -25,5 +25,6 @@ jobs:
- uses: dev-build-deploy/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
include-commits: false
update-labels: false
config: ".commit-me.json"

0 comments on commit e91fd00

Please sign in to comment.