Skip to content

Commit

Permalink
chore: Completed implementation, untested
Browse files Browse the repository at this point in the history
  • Loading branch information
samtrion committed Dec 21, 2023
1 parent 5291e91 commit c22602b
Show file tree
Hide file tree
Showing 10 changed files with 587 additions and 5,301 deletions.
15 changes: 7 additions & 8 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ inputs:
description: 'The GitHub token used to merge the pull-request'
required: true

approve:
description: 'Approve the pull-request before merging. Valid values: true or false - Default: true'
required: false
default: true

approve-only:
description: 'Only approve the pull-request. Valid values: true or false - Default: false'
required: false
Expand Down Expand Up @@ -47,9 +42,13 @@ inputs:
default: false

# Define your outputs here.
# outputs:
# time:
# description: 'Your output description here'
outputs:
state:
description: 'The state of the pull-request after the action has completed.'
value: ${{ steps.dependamerge.outputs.state }}
message:
description: 'More information about the state of the pull-request after the action has completed.'
value: ${{ steps.dependamerge.outputs.message }}

runs:
using: composite
Expand Down
2 changes: 1 addition & 1 deletion badges/coverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c22602b

Please sign in to comment.