Skip to content

feat: add top bar component #657

feat: add top bar component

feat: add top bar component #657

Workflow file for this run

name: New PR created
on:
pull_request:
types: [opened, reopened, ready_for_review, synchronize]
jobs:
notify:
if: github.event.pull_request.draft == false
name: Slack notification
runs-on: ubuntu-latest
steps:
- name: Inform channels
uses: fjogeleit/http-request-action@v1
with:
url: '${{ secrets.SLACK_WEBHOOK_URL }}'
method: 'POST'
customHeaders: '{"Content-Type": "application/json"}'
data: '{ "title": "${{ github.event.pull_request.title }}", "author": "${{ github.event.pull_request.user.login }}", "link": "${{ github.event.pull_request.html_url }}"}'
lint:
uses: ./.github/workflows/lint.yml
e2e-linux:
uses: ./.github/workflows/e2e-linux.yml