Skip to content

Commit

Permalink
feat: add action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSench committed May 3, 2024
1 parent 398c4e8 commit f3a5d21
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: 'PR Channel Slackbot'
description: 'A GitHub Action to check slack channels for PRs that are still open'
inputs:
slack-token:
description: 'Slack API token'
required: true
github-token:
description: 'GitHub API token'
required: true
config-file:
description: 'Path to JSON Config file'
required: true

0 comments on commit f3a5d21

Please sign in to comment.