mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-15 03:08:51 +00:00
Automatically put 3.x label on new pull requests to dev-3.x (#940)
This commit is contained in:
parent
247ffbef69
commit
2c6d8ed5cb
1 changed files with 17 additions and 0 deletions
17
.github/workflows/label_pr.yaml
vendored
Normal file
17
.github/workflows/label_pr.yaml
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue