Skip to content

Commit

Permalink
Add labeler workflow (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
roy-dydx authored Sep 12, 2023
1 parent cb07468 commit de33d2c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
indexer:
- indexer/**
proto:
- v4-proto-py/**
- v4-proto-js/**
- proto/**
protocol:
- protocol/**
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:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
sync-labels: true

0 comments on commit de33d2c

Please sign in to comment.