mirror of
https://github.com/bitnami/charts.git
synced 2026-02-22 13:57:17 +08:00
16 lines
337 B
YAML
16 lines
337 B
YAML
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
|
|
with:
|
|
gh-token: ${{ secrets.GITHUB_TOKEN }}
|