Skip to content

Commit

Permalink
Merge pull request #224 from iArchitSharma/new-label
Browse files Browse the repository at this point in the history
Cloud and meshmap label workflow added
  • Loading branch information
iArchitSharma authored Feb 28, 2024
2 parents 1a6823e + 73e6422 commit 1214b7e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

component/cloud-docs:
- "content/en/cloud/**/*"

component/meshmap-docs:
- "content/en/meshmap/**/*"
14 changes: 14 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: "Pull Request Labeler"
on:
- pull_request_target

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

0 comments on commit 1214b7e

Please sign in to comment.