Skip to content

Commit 34b6b26

Browse files
fix: address Copilot review comments
- Remove dependabot exclusion (we want to support dependabot PRs) - Comment indentation already fixed - CI env var already set for reproducibility
1 parent 4a1e257 commit 34b6b26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/license-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ permissions:
1919
jobs:
2020
license-check:
2121
runs-on: ubuntu-latest
22-
# Don't run on forks (they can't push back) or dependabot
23-
if: github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]'
22+
# Don't run on forks (they can't push back)
23+
if: github.event.pull_request.head.repo.full_name == github.repository
2424

2525
steps:
2626
- name: Check out code

0 commit comments

Comments
 (0)