Skip to content

[sc-30416] Allow generating predefined Slack user mapping #345

[sc-30416] Allow generating predefined Slack user mapping

[sc-30416] Allow generating predefined Slack user mapping #345

Workflow file for this run

name: ci
on:
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Install Dependencies
run: pnpm install
- name: Check Format
run: pnpm format:check
- name: Lint
run: pnpm lint
- name: Test
run: pnpm test:ci
test:
runs-on: ubuntu-latest
env:
SLACK_DEPLOY_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN_FOR_TESTING }}
SLACK_DEPLOY_CHANNEL: 'C040YVCUDRR' #github_action_testing
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Post to Slack
uses: ./
id: slack
- uses: ./
with:
thread_ts: ${{ steps.slack.outputs.ts }}
conclusion: true