-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
9 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 |
---|---|---|
@@ -1,13 +1,16 @@ | ||
name: 'puLL-Merge' | ||
description: puLL-Merge is a github-action to add LLM capabilities to pull-requests in github automatically | ||
inputs: | ||
outputs: | ||
description: 'puLL-Merge is a github-action to add LLM capabilities to pull-requests in github automatically' | ||
# inputs: | ||
# outputs: | ||
runs: | ||
using: 'composite' | ||
steps: | ||
- id: llm-and-post-message | ||
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 | ||
with: | ||
script: | | ||
console.log('rerun') | ||
console.log('implement me') | ||
- shell: bash | ||
run: | | ||
echo antani | ||
#- id: llm-and-post-message | ||
# uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 | ||
# with: | ||
# script: | | ||
# console.log('rerun') | ||
# console.log('implement me') |