Skip to content

fix commit messag'e #137

fix commit messag'e

fix commit messag'e #137

Workflow file for this run

name: CI
on: [push, workflow_dispatch]
jobs:
test:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.SCRIBD_GITHUB_RELEASE_TOKEN }}
- name: Run action
uses: ./
with:
token: ${{ secrets.SCRIBD_SLACK_GENERIC_TOKEN_PUBLIC }}
channel: test-release-notification
test-custom-message:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.SCRIBD_GITHUB_RELEASE_TOKEN }}
- name: Run action
uses: ./
with:
token: ${{ secrets.SCRIBD_SLACK_GENERIC_TOKEN_PUBLIC }}
channel: test-release-notification
message: <https://scribd.com|Custom message>
test-custom-message-with-special-characters:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.SCRIBD_GITHUB_RELEASE_TOKEN }}
- name: Run action
uses: ./
with:
token: ${{ secrets.SCRIBD_SLACK_GENERIC_TOKEN_PUBLIC }}
channel: test-release-notification
message: <https://scribd.com|Special characters + 'single quote' + "double quotes" + `backtick`>
test-overwrite-repository:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.SCRIBD_GITHUB_RELEASE_TOKEN }}
- name: Run action
uses: ./
with:
token: ${{ secrets.SCRIBD_SLACK_GENERIC_TOKEN_PUBLIC }}
channel: test-release-notification
repository: scribd/node-chassis
test-overwrite-status:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.SCRIBD_GITHUB_RELEASE_TOKEN }}
- name: Run action
uses: ./
with:
token: ${{ secrets.SCRIBD_SLACK_GENERIC_TOKEN_PUBLIC }}
channel: test-release-notification
status: failure
test-overwrite-environment:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.SCRIBD_GITHUB_RELEASE_TOKEN }}
- name: Run action
uses: ./
with:
token: ${{ secrets.SCRIBD_SLACK_GENERIC_TOKEN_PUBLIC }}
channel: test-release-notification
environment: test-environment
codeowners:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.SCRIBD_GITHUB_RELEASE_TOKEN }}
- name: GitHub CODEOWNERS Validator
uses: mszostok/[email protected]
with:
checks: "files,duppatterns,syntax"