Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mircea-pavel-anton committed Feb 12, 2025
1 parent 3e10f76 commit 9482014
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/label-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
secrets: inherit
with:
dry-run: ${{ inputs.dry-run || github.event_name == 'pull_request' }}
config-file: .github/labels.yaml
config-file: .github/configs/labels.yaml
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-labeler.yaml@e3a95ef75601e0b811d0e3f1b9afc04a175acb22 # v3.6.0
secrets: inherit
with:
config-file: .github/labeler.yaml
config-file: .github/configs/labeler.yaml
4 changes: 4 additions & 0 deletions .github/workflows/lint-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,9 @@ jobs:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-actionlint.yaml@e3a95ef75601e0b811d0e3f1b9afc04a175acb22 # v3.6.0
markdownlint:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-markdownlint.yaml@e3a95ef75601e0b811d0e3f1b9afc04a175acb22 # v3.6.0
with:
markdownlint-config: .github/configs/markdownlint.yaml
commitlint:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-commitlint.yaml@e3a95ef75601e0b811d0e3f1b9afc04a175acb22 # v3.6.0
with:
commitlint-config: .github/configs/commitlint.yaml
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
with:
dry-run: "${{ inputs.dry-run == true || github.event_name == 'pull_request' }}"
log-level: "${{ inputs.log-level || 'debug' }}"
config-file: renovate.json
config-file: .github/configs/renovate.json

0 comments on commit 9482014

Please sign in to comment.