-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into gitauto/issue-#229-a64400f4-5765-49bc-8c25-6…
…1f7e15ebdf2
- Loading branch information
Showing
3 changed files
with
63 additions
and
26 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# This workflow will improvise current file with AI genereated documentation and Create new PR | ||
|
||
name: Penify - Revolutionizing Documentation on GitHub | ||
|
||
on: | ||
push: | ||
branches: ["main"] | ||
workflow_dispatch: | ||
|
||
jobs: | ||
Documentation: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Penify DocGen Client | ||
uses: SingularityX-ai/snorkell-documentation-client@v1.0.0 | ||
with: | ||
client_id: ${{ secrets.SNORKELL_CLIENT_ID }} | ||
api_key: ${{ secrets.SNORKELL_API_KEY }} | ||
branch_name: "main" |
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
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