We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe1c5c2 commit 48546f4Copy full SHA for 48546f4
.github/workflows/validate-commits.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
# Skip validation for Dependabot PRs since they follow their own commit format
11
# Also skip for GitHub Copilot PRs
12
- if: github.actor != 'dependabot[bot]' && github.actor != 'github-actions[bot]'
+ if: github.actor != 'dependabot[bot]' && github.actor != 'copilot'
13
14
steps:
15
- name: Checkout code
0 commit comments