Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
updating token reuirement
  • Loading branch information
melscoop authored Sep 23, 2024
1 parent b59ba9b commit bafed8c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
name: 'Enforce PR Approval Comment'
description: 'A GitHub Action that enforces reviewers to add a comment when marking a pull request as approved.'
author: 'melscoop'
inputs:
github_token:
description: 'GitHub token used for authentication'
required: true

runs:
using: 'node12'
main: 'dist/index.js' # Point to the bundled file in the dist folder
main: 'dist/index.js'
branding:
icon: 'comment-discussion'
color: 'blue'

0 comments on commit bafed8c

Please sign in to comment.