Skip to content

Commit

Permalink
renamed configs for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pvsaintpe committed Dec 22, 2020
1 parent eab80bc commit a60081c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/assignee.config.yml → .github/auto_assign.yml
Expand Up @@ -10,6 +10,7 @@ addAssignees: true

assignees:
- pvsaintpe
- zlob

numberOfAssignees: 1

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/auto_assignee.yml
Expand Up @@ -8,4 +8,4 @@ jobs:
steps:
- uses: kentaro-m/auto-assign-action@v1.1.2
with:
configuration-path: ".github/assignee.config.yml"
configuration-path: ".github/auto_assign.yml"
2 changes: 1 addition & 1 deletion .github/workflows/auto_labeler.yml
Expand Up @@ -11,4 +11,4 @@ jobs:
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true
configuration-path: ".github/labeler.config.yml"
configuration-path: ".github/labeler.yml"

0 comments on commit a60081c

Please sign in to comment.