Skip to content

Commit

Permalink
Merge pull request #1 from bemijonathan/feature/APS-101-integrate-ope…
Browse files Browse the repository at this point in the history
…n-ai

install dependencies
  • Loading branch information
bemijonathan authored Sep 30, 2023
2 parents 3995d30 + ee6fe93 commit 062a8ef
Show file tree
Hide file tree
Showing 20 changed files with 1,398 additions and 328 deletions.
17 changes: 0 additions & 17 deletions .github/dependabot.yml

This file was deleted.

83 changes: 0 additions & 83 deletions .github/linters/.eslintrc.yml

This file was deleted.

7 changes: 0 additions & 7 deletions .github/linters/.markdown-lint.yml

This file was deleted.

10 changes: 0 additions & 10 deletions .github/linters/.yaml-lint.yml

This file was deleted.

9 changes: 0 additions & 9 deletions .github/linters/tsconfig.json

This file was deleted.

48 changes: 0 additions & 48 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

44 changes: 0 additions & 44 deletions .github/workflows/linter.yml

This file was deleted.

24 changes: 12 additions & 12 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: 'The name of your action here'
description: 'Provide a description here'
author: 'Your name or organization here'
name: "Ai PR summarizer"
description: "Ai enabled summarizer for PRs"
author: "bemijonathan"

# Define your inputs here.
inputs:
milliseconds:
description: 'Your input description here'
required: true
default: '1000'
# inputs:
# milliseconds:
# description: "Your input description here"
# required: true
# default: "1000"

# Define your outputs here.
outputs:
time:
description: 'Your output description here'
# # Define your outputs here.
# outputs:
# time:
# description: "Your output description here"

runs:
using: node16
Expand Down
1 change: 0 additions & 1 deletion badges/coverage.svg

This file was deleted.

Loading

0 comments on commit 062a8ef

Please sign in to comment.