Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams committed Mar 22, 2024
1 parent 48ab367 commit 3a105a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/license-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ on:
pull_request:
branches: [ master ]

permissions:
contents: write
pull-requests: write

jobs:
license-check:
runs-on: ubuntu-latest
Expand All @@ -26,4 +30,4 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Check License Header
uses: apache/skywalking-eyes/header@6b2529214f6b1ccee3ec92bb0adfeabf6f66f538 # v0.5.0
uses: apache/skywalking-eyes@6b2529214f6b1ccee3ec92bb0adfeabf6f66f538 # v0.5.0
2 changes: 2 additions & 0 deletions .licenserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ header:
SPDX-License-Identifier: Apache-2.0
********************************************************************************
pattern: Copyright (c) \d{4} Contributors to the Eclipse Foundation

comment: on-failure

paths-ignore:
Expand Down

0 comments on commit 3a105a0

Please sign in to comment.