fix: hide card number and employee name as options for memo field #715
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Strong PR Checks | |
on: | |
pull_request: | |
types: [opened, synchronize, edited] | |
permissions: | |
pull-requests: write | |
contents: read | |
jobs: | |
pr_checks: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Run strong checks | |
uses: fylein/fyle-pr-action@v1 | |
with: | |
github-token: ${{ secrets.GITHUB_TOKEN }} | |
config-file: .github/pr-checks-config.yml |