Skip to content

Commit

Permalink
feat: slack client to support multiple org (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekremney authored Jan 26, 2024
1 parent fd0adf0 commit a20bce8
Show file tree
Hide file tree
Showing 15 changed files with 1,508 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@ name: "CodeQL"
on:
push:
branches: [ "main" ]
paths-ignore:
- '**/*.test.js'
pull_request:
branches: [ "main" ]
paths-ignore:
- '**/*.test.js'

schedule:
- cron: "52 9 * * 3"

Expand Down
Loading

0 comments on commit a20bce8

Please sign in to comment.