Skip to content

Commit

Permalink
Update label.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere authored Jan 17, 2020
1 parent 4ac5853 commit a59d4d7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: TimonVS/pr-labeler-action@v3
with:
configuration-path: .github/pr-labeler.yml # optional, .github/pr-labeler.yml is the default value
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - uses: TimonVS/pr-labeler-action@v3
# with:
# configuration-path: .github/pr-labeler.yml # optional, .github/pr-labeler.yml is the default value
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# - name: PR Labeler
# uses: paulfantom/periodic-labeler@master
Expand All @@ -26,7 +26,7 @@ jobs:
# GITHUB_REPOSITORY: ${{ github.repository }}
# LABEL_MAPPINGS_FILE: .github/pr-labeler.yml

# - uses: actions/labeler@v2
# with:
# repo-token: "${{ secrets.GITHUB_TOKEN }}"
# configuration-path: ".github/pr-labeler.yml"
- uses: actions/labeler@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: ".github/pr-labeler.yml"

0 comments on commit a59d4d7

Please sign in to comment.