Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/ai-code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:
required: false
default: ''
type: string
secrets:
OPENAI_API_KEY:
required: true

permissions: {}

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/dispatch-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ on:
required: false
default: ''
type: string
secrets:
DISPATCH_GH_TOKEN:
required: true

permissions:
contents: read
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/jira_close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ on:
description: 'Repository full name (owner/repo)'
required: true
type: string
secrets:
AST_JIRA_API_TOKEN:
required: true
AST_JIRA_USER_EMAIL:
required: true

jobs:
close_jira:
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/jira_notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ on:
description: 'Repository name'
required: true
type: string
secrets:
AST_JIRA_API_TOKEN:
required: true
AST_JIRA_USER_EMAIL:
required: true
JIRA_FIELDS_BUG:
required: true
JIRA_FIELDS_OTHER:
required: true

jobs:
notify_jira:
Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/release-notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,19 @@ on:
jira_product_name:
required: true
type: string
secrets:
JIRA_AUTOMATION_WEBHOOK_TOKEN:
required: true
JIRA_RELEASE_WEBHOOK_TOKEN:
required: true
JIRA_RELEASE_WEBHOOK_URL:
required: true
JIRA_TICKETS_WEBHOOK_URL:
required: true
MS_TEAMS_WEBHOOK_URL:
required: true
MS_TEAMS_WEBHOOK_URL_SYPHER:
required: true

jobs:
notify-teams:
Expand Down