Skip to content

Commit

Permalink
feat(ci): label i18n PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman committed Jun 16, 2022
1 parent 439cd20 commit 18261e2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/labeler-i18n.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Label i18n

on:
pull_request:
types: [opened]
paths:
- 'benefits/locale/**'

jobs:
label-actions:
runs-on: ubuntu-latest
steps:
- name: add-label
uses: andymckay/labeler@master
with:
add-labels: "i18n"

0 comments on commit 18261e2

Please sign in to comment.