Skip to content

Update prompt-engineering.rst #17

Update prompt-engineering.rst

Update prompt-engineering.rst #17

Workflow file for this run

name: Closing PR
on:
pull_request_target:
types:
- opened
- edited
defaults:
run:
shell: bash --noprofile --norc -exo pipefail {0}
jobs:
closing-pr:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: actions/github-script@v6
with:
script: |
const script = require(
`${process.env.GITHUB_WORKSPACE}/.github/workflows/closing-pr.js`
);
script({ context, github });