Explorar o código

Add revision checklist GH action (#5700)

Carlos Rodríguez Hernández %!s(int64=4) %!d(string=hai) anos
pai
achega
ecc83dde41
Modificáronse 2 ficheiros con 17 adicións e 0 borrados
  1. 13 0
      .github/workflows/checklist.yml
  2. 4 0
      CHECKLIST.yml

+ 13 - 0
.github/workflows/checklist.yml

@@ -0,0 +1,13 @@
+name: Review checklist
+
+on: [pull_request_target]
+
+jobs:
+  checklist_job:
+    runs-on: ubuntu-latest
+    name: Checklist job
+    steps:
+      - name: Checkout
+        uses: actions/checkout@v1
+      - name: Checklist
+        uses: wyozi/contextual-qa-checklist-action@master

+ 4 - 0
CHECKLIST.yml

@@ -0,0 +1,4 @@
+paths:
+  "bitnami/*/values.yaml":
+    - "Is the PR adding a new container? Please reviewer, add it to the models (internal process)"
+    - "Is the PR adding a new parameter? Please, ensure it’s documented in the README.md"