Skip to content

[POC] Dynamic checklist #49958

[POC] Dynamic checklist

[POC] Dynamic checklist #49958

Workflow file for this run

name: PR Author Checklist
on:
pull_request:
types: [opened, edited, reopened, synchronize]
jobs:
# Note: PHP specifically looks for the name of this job, "checklist", so if the name of the job is changed,
# then you also need to go into PHP and update the name of this job in the GH_JOB_NAME_CHECKLIST constant
checklist:
runs-on: ubuntu-latest
if: github.actor != 'OSBotify' && github.actor != 'imgbot[bot]'
steps:
- name: authorChecklist.js
uses: Expensify/App/.github/actions/javascript/authorChecklist@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}