Automatically put 3.x label on new pull requests to dev-3.x

This commit is contained in:
evgfilim1 2022-06-25 22:49:55 +05:00
parent 247ffbef69
commit 83ea63dae5
No known key found for this signature in database
GPG key ID: D9F91B9DC64683A2

17
.github/workflows/label_pr.yaml vendored Normal file
View file

@ -0,0 +1,17 @@
name: Label new pull request
on:
pull_request_target:
types:
- opened
branches:
- dev-3.x
jobs:
put-label:
runs-on: ubuntu-latest
steps:
- name: Add 3.x label
uses: andymckay/labeler@master
with:
add-labels: 3.x