From f3a5d21a1b788f9e523252badb221dfd376bbc15 Mon Sep 17 00:00:00 2001 From: TheSench Date: Thu, 2 May 2024 09:18:31 -0400 Subject: [PATCH] feat: add action.yml --- action.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 action.yml diff --git a/action.yml b/action.yml new file mode 100644 index 0000000..bd26b17 --- /dev/null +++ b/action.yml @@ -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 \ No newline at end of file