Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support add ignore file #93

Merged
merged 2 commits into from
May 25, 2023
Merged

feat: support add ignore file #93

merged 2 commits into from
May 25, 2023

Conversation

bingryan
Copy link
Contributor

filter ignore file list, eg:

steps:
  - uses: anc95/ChatGPT-CodeReview@main
    env:
      GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
      OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
      # add ignore
      IGNORE/ignore: |
        yarn.lock
        README.md

filter some files, such as README.md, yarn.lock/pnpm-lock.yaml,.gitignore, etc

for my resp: https://github.com/bingryan/WeChatAI/pull/52/files/64c88fa7c4c2b784ccfcb456c9f850649a3436d4
I hope the bot do not review .gitignore and pnpm-lock.yaml.

@anc95 anc95 merged commit 4c50b72 into anc95:main May 25, 2023
@anc95
Copy link
Owner

anc95 commented May 25, 2023

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants