Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

operations: nlp: tools: dffml docs: write paper: Markdown saved to file at end of run #17

operations: nlp: tools: dffml docs: write paper: Markdown saved to file at end of run

operations: nlp: tools: dffml docs: write paper: Markdown saved to file at end of run #17

name: "00 PR Auto approve"
on: pull_request_target
jobs:
auto-approve:
runs-on: ubuntu-latest
permissions:
pull-requests: write
if: contains(fromJson('["dependabot[bot]", "github-actions[bot]", "pdxjohnny"]'), github.actor)
steps:
- uses: hmarr/auto-approve-action@v4
with:
review-message: "LGTM"