Skip to content

Commit

Permalink
Update label.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere authored Jun 14, 2020
1 parent 4efb773 commit 6297b88
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@ jobs:
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: PR Labeler
uses: paulfantom/periodic-labeler@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY: ${{ github.repository }}
LABEL_MAPPINGS_FILE: .github/pr-labeler.yml
# - name: PR Labeler
# uses: paulfantom/periodic-labeler@master
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# 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"
- name: PR Labeler
uses: actions/labeler@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
# configuration-path: ".github/labeler.yml"

0 comments on commit 6297b88

Please sign in to comment.