Skip to content

Revert "Fix: Wallet page does not update instantly when bank account is added or deleted" #50098

Revert "Fix: Wallet page does not update instantly when bank account is added or deleted"

Revert "Fix: Wallet page does not update instantly when bank account is added or deleted" #50098

Workflow file for this run

name: PR Author Checklist
on:
pull_request:
types: [opened, edited, reopened]
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 }}