Skip to content

Commit

Permalink
add action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kromiii committed Jul 3, 2024
1 parent 33f6d4c commit 31ae8f5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: 'Unleash Checker AI'
description: 'Detects and removes unused feature flags using Unleash API and OpenAI.'
inputs:
repository:
description: 'The repository to clean.'
required: true
default: ${{ github.repository }}
ouputs:
pull_request:
description: 'The URL of the pull request that was created.'
value: ${{ steps.create_pull_request.outputs.pull_request }}
runs:
using: 'go'
main: 'cmd/unleash-checker-ai'
permissions:
contents: 'write'
pull-requests: 'write'
branding:
icon: 'activity'
color: 'green'

0 comments on commit 31ae8f5

Please sign in to comment.