Skip to content

Commit

Permalink
Automatically put 2.x label on new pull requests to dev-2.x (#939)
Browse files Browse the repository at this point in the history
  • Loading branch information
evgfilim1 committed Jun 25, 2022
1 parent df23d4f commit b510058
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/label_pr.yaml
@@ -0,0 +1,17 @@
name: Label new pull request

on:
pull_request_target:
types:
- opened
branches:
- dev-2.x

jobs:
put-label:
runs-on: ubuntu-latest
steps:
- name: Add 2.x label
uses: andymckay/labeler@master
with:
add-labels: 2.x

0 comments on commit b510058

Please sign in to comment.