Skip to content

Commit

Permalink
ci: add actions/labeler
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Dec 18, 2020
1 parent b427ba5 commit 33f5d6c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: "Pull Request Labeler"
# https://github.com/actions/labeler

on:
- pull_request_target

jobs:
triage:
runs-on: ubuntu-18.04
steps:
- uses: actions/labeler@v3
with:
repo-token: "${{ secrets.GH_PAT }}"

0 comments on commit 33f5d6c

Please sign in to comment.