Skip to content

Commit

Permalink
wip: slack workflow trigger daemon
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Hale <[email protected]>
  • Loading branch information
njhale committed Feb 12, 2025
1 parent 7a90bd0 commit b9e7d5a
Show file tree
Hide file tree
Showing 9 changed files with 2,644 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,7 @@ authProviders:
reference: ./github-auth-provider
google-auth-provider:
reference: ./google-auth-provider

daemonTriggerProviders:
slack-daemon-trigger-provider:
reference: ./slack-daemon-trigger-provider
22 changes: 22 additions & 0 deletions slack-daemon-trigger-provider/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Node.js dependencies
node_modules/

# TypeScript cache
*.tsbuildinfo

# Environment variables
.env
.env.*

# Output of 'npm pack'
*.tgz

# IDE settings
.vscode/
.idea/

# Build output
dist/

# Optional eslint cache
.eslintcache
Loading

0 comments on commit b9e7d5a

Please sign in to comment.