Skip to content

Commit

Permalink
docs: changes done to all the files
Browse files Browse the repository at this point in the history
Description that someone should write

ING-3231
  • Loading branch information
emanuelaepure10 committed Mar 7, 2024
1 parent 6f7abb3 commit 55a1f7c
Show file tree
Hide file tree
Showing 8 changed files with 68 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/action-conventional-commits-taskmedia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@
# Refs: #123
# success

# TEST 6
# chore: send an email to the customer when a product is shipped
# Introduce a request id and a reference to latest request. Dismiss
# incoming responses other than from latest request.
# success - but I wanted it to fail

name: Action Conventional Commits Taskmedia

on:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/action-conventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@
# Refs: #123
# success

# TEST 6
# chore: send an email to the customer when a product is shipped
# Introduce a request id and a reference to latest request. Dismiss
# incoming responses other than from latest request.
# success - but I wanted it to fail

name: Action Conventional Commits

on:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/check-commit-message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@
# Refs: #123
# fails

# TEST 6
# chore: send an email to the customer when a product is shipped
# Introduce a request id and a reference to latest request. Dismiss
# incoming responses other than from latest request.
# fails

name: Check Commit Message

on:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/commit-quality-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@
# Refs: #123
# fails

# TEST 6
# chore: send an email to the customer when a product is shipped
# Introduce a request id and a reference to latest request. Dismiss
# incoming responses other than from latest request.
# fails


name: Beams Commit Message Checker

Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/commit_message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@
# Refs: #123
# fails

# TEST 6
# chore: send an email to the customer when a product is shipped
# Introduce a request id and a reference to latest request. Dismiss
# incoming responses other than from latest request.
# success - but I wanted it to fail

name: Check Commit Message CUSTOM

on:
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@
# Refs: #123
# fails


# TEST 6
# chore: send an email to the customer when a product is shipped
# Introduce a request id and a reference to latest request. Dismiss
# incoming responses other than from latest request.
# fails

name: Commitlint

on:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/gs-commit-message-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@
# Refs: #123
# success

# TEST 6
# chore: send an email to the customer when a product is shipped
# Introduce a request id and a reference to latest request. Dismiss
# incoming responses other than from latest request.
# fails - but is a success because is missig the ING-number

name: 'GS Commit Message Checker'
on:
pull_request:
Expand Down
25 changes: 25 additions & 0 deletions .github/workflows/release-please.yml.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# https://github.com/google-github-actions/release-please-action?tab=readme-ov-file

name: 'Release Please'
on:
push:
branches:
- main

permissions:
contents: write
pull-requests: write

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
with:
# this assumes that you have created a personal access token
# (PAT) and configured it as a GitHub action secret named
# `MY_RELEASE_PLEASE_TOKEN` (this secret name is not important).
token: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
# this is a built-in strategy in release-please, see "Action Inputs"
# for more options
release-type: simple

0 comments on commit 55a1f7c

Please sign in to comment.