Skip to content

Commit

Permalink
Restore labeler
Browse files Browse the repository at this point in the history
  • Loading branch information
boyuan-chen committed Mar 5, 2024
1 parent 8ada09f commit f6d558f
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"
on:
- pull_request_target

jobs:
pr-labeler:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@main
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yml

0 comments on commit f6d558f

Please sign in to comment.