ci: Remove PR checklist action (no-changelog) (#7577)

https://linear.app/n8n/issue/PAY-961
This commit is contained in:
Iván Ovejero
2023-11-02 09:27:46 +01:00
committed by GitHub
parent 479f90231d
commit 27f37091c8
2 changed files with 0 additions and 72 deletions

View File

@@ -1,22 +0,0 @@
name: PR Checklist
on:
pull_request_target:
types:
- opened
- synchronize
branches:
- master
jobs:
checklist_job:
runs-on: ubuntu-latest
name: Checklist job
steps:
- name: Checkout
uses: actions/checkout@v3.5.3
- name: Checklist
uses: wyozi/contextual-qa-checklist-action@master
with:
gh-token: ${{ secrets.GITHUB_TOKEN }}
comment-footer: Make sure to check off this list before asking for review.