You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting up a new Github Action Application for AI Support (#3)
* chore(application): fixed
* chore(action): updated node v
* chore(action): node latest
* chore(node): updated node
* chore(updated): moved libs to services
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* chore(action): fixed issue with var
* updated index.ts
* chore(project): updating project to support a new readme
* chore(action): fixed issue with var
* chore(actions): fixed typo
* chore(actions): fixed typo
* chore(issue): added a issue manager
description: 'Automatically reviewing and approving PRs'
1
+
name: 'Pull Request Magic'
2
+
description: 'Pull Request Magic enables you to streamline your workflow by automating Pull Request Reviews, crafting Pull Request Descriptions, and even auto-approving Pull Requests—all seamlessly integrated with Github Actions. '
3
3
author: 'Darrell Richards'
4
4
inputs:
5
-
github-token:
6
-
description: 'Github token'
7
-
required: true
8
-
pr-number:
9
-
description: 'PR number'
5
+
github_token:
6
+
description: 'Github Token for PR approval and code review.'
10
7
required: true
8
+
excluded_files:
9
+
description: 'A comma separated list of files to exclude from code review.'
0 commit comments