Skip to content

Commit

Permalink
Merge pull request #44 from layer5io/leecalcote/ci/pull-request-label…
Browse files Browse the repository at this point in the history
…er-workflow

[CI] Pull Request Labeler Workflow
  • Loading branch information
nebula-aac authored Aug 26, 2023
2 parents dd89ea8 + b930c2b commit 67c01b0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: "Pull Request Labeler"
on:
- pull_request_target

jobs:
triage:
runs-on: ubuntu-22.04
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 67c01b0

Please sign in to comment.