ソースを参照
ci: label test requirement (#17691)
[skip ci]
version-14
Ankush Menat
2年前
committed by
GitHub
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
-
.github/labeler.yml
-
.github/workflows/labeller.yml
-
frappe/geo/doctype/country/country.py
|
|
@@ -0,0 +1,4 @@ |
|
|
|
# Any python files modifed but no test files modified |
|
|
|
add-test-cases: |
|
|
|
- any: ['frappe/**/*.py'] |
|
|
|
all: ['!frappe/**/test*.py'] |
|
|
@@ -0,0 +1,12 @@ |
|
|
|
name: "Pull Request Labeler" |
|
|
|
on: |
|
|
|
pull_request_target: |
|
|
|
types: [opened, reopened] |
|
|
|
|
|
|
|
jobs: |
|
|
|
triage: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- uses: actions/labeler@v3 |
|
|
|
with: |
|
|
|
repo-token: "${{ secrets.GITHUB_TOKEN }}" |
|
|
@@ -1,4 +1,4 @@ |
|
|
|
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors |
|
|
|
# Copyright (c) 2022, Frappe Technologies Pvt. Ltd. and Contributors |
|
|
|
# License: MIT. See LICENSE |
|
|
|
|
|
|
|
from frappe.model.document import Document |
|
|
|