Skip to content

Commit

Permalink
chore: updating default name
Browse files Browse the repository at this point in the history
  • Loading branch information
Renato66 committed May 8, 2024
1 parent 1e52f26 commit a528db7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4
with:
sparse-checkout: |
.github/workflows/auto-label.json
.github/workflows/auto-label.json5
sparse-checkout-cone-mode: false
- uses: Renato66/auto-label@main
with:
Expand Down
2 changes: 1 addition & 1 deletion src/domain/getConfigFile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export type Config = {

export const getConfigFile = (): Config => {

const configPath = getInput<string>('configuration-file', '.github/workflows/auto-label.json')
const configPath = getInput<string>('configuration-file', '.github/workflows/auto-label.json5')
const labelsNotAllowed = getInput<string[]>('labels-not-allowed', [])
const defaultLabels = getInput<string[]>('default-labels', [])
const labelsSynonyms = getInput<Record<string, string[]>>(
Expand Down

0 comments on commit a528db7

Please sign in to comment.