Skip to content

Commit

Permalink
ci(Labeler): 將順序反過來
Browse files Browse the repository at this point in the history
  • Loading branch information
xMikux committed Dec 25, 2022
1 parent cc237c5 commit 0d597ce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/Labeler.yml
Expand Up @@ -15,13 +15,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Info Labeler
uses: jimschubert/labeler-action@v2
with:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

- name: Path Labeler
uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: ".github/configs/labeler.yml"

- name: Info Labeler
uses: jimschubert/labeler-action@v2
with:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 0d597ce

Please sign in to comment.