Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/commit-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
on:
pull_request:
branches: ["**"]
merge_group:

permissions: {}

Expand All @@ -12,10 +13,9 @@
permissions:
contents: read
pull-requests: read
statuses: write
steps:
- name: Check commit format
uses: Homebrew/actions/check-commit-format@9af03b7ae3f9e2ae5c174f659d5c3909f7e7dbac # 2026.07.29.1
if: github.event_name == 'pull_request'
uses: Homebrew/actions/check-commit-format@b5fe8cf83919304b3300e0607a2538d40b8749ff

Check failure

Code scanning / zizmor

commit with no history in referenced repository: uses a commit that doesn't belong to the specified org/repo Error

commit with no history in referenced repository: uses a commit that doesn't belong to the specified org/repo
with:
token: ${{ secrets.GITHUB_TOKEN }}
check_package_commit_format: false
Loading