Skip to content

Commit

Permalink
[internal] Workflow Namen an aktuellen Stand in ci-scripts angepasst
Browse files Browse the repository at this point in the history
  • Loading branch information
jkatins committed Oct 5, 2023
1 parent 0d08253 commit b3c59e6
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 29 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/commit_msg_validate.yml

This file was deleted.

11 changes: 0 additions & 11 deletions .github/workflows/jira_integration_pr.yml

This file was deleted.

10 changes: 0 additions & 10 deletions .github/workflows/jira_integration_push.yml

This file was deleted.

12 changes: 12 additions & 0 deletions .github/workflows/org-commit-msg-validate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Version: 2023-10-05
# This is an organization workflow, it should not be edited!
# The original source is in the baltech-ag/ci-scripts repository in the templates folder
# https://baltech-wiki.atlassian.net/wiki/spaces/THIR/pages/257785857/GitHub#GitHub-Workflows-f%C3%BCr-Releasemanagement-einrichten
name: Validate Commit Messages
on:
push:
branches:
- '**'
jobs:
commit-msg-validate:
uses: baltech-ag/ci-scripts/.github/workflows/commit-msg-validate.yml@master
15 changes: 15 additions & 0 deletions .github/workflows/org-jira-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Version: 2023-10-05
# This is an organization workflow, it should not be edited!
# The original source is in the baltech-ag/ci-scripts repository in the templates folder
# https://baltech-wiki.atlassian.net/wiki/spaces/THIR/pages/257785857/GitHub#GitHub-Workflows-f%C3%BCr-Releasemanagement-einrichten
name: Jira PR Integration
on:
pull_request:
types:
- opened
branches:
- '**'
jobs:
jira-integration-pr:
uses: baltech-ag/ci-scripts/.github/workflows/jira-pr.yml@master
secrets: inherit
13 changes: 13 additions & 0 deletions .github/workflows/org-jira-push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Version: 2023-10-05
# This is an organization workflow, it should not be edited!
# The original source is in the baltech-ag/ci-scripts repository in the templates folder
# https://baltech-wiki.atlassian.net/wiki/spaces/THIR/pages/257785857/GitHub#GitHub-Workflows-f%C3%BCr-Releasemanagement-einrichten
name: Jira Push Integration
on:
push:
branches:
- '**'
jobs:
jira-integration-push:
uses: baltech-ag/ci-scripts/.github/workflows/jira-push.yml@master
secrets: inherit
File renamed without changes.

0 comments on commit b3c59e6

Please sign in to comment.