Skip to content

Commit

Permalink
ci: add missing labeler job (Lightning-AI#2038)
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda authored and matsumotosan committed Sep 19, 2023
1 parent da3f930 commit 5f0761a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: "Pull Request Labeler"
on: [pull_request_target]

jobs:
triage-prs:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
# Uploads repository content to the runner
- uses: actions/checkout@v3
- uses: actions/labeler@v4
with:
# The path to the label configuration file.
configuration-path: .github/labeler.yml
# Whether removing labels when matching files are reverted or no longer changed by the PR
sync-labels: true

0 comments on commit 5f0761a

Please sign in to comment.