Skip to content

fix(card): Do not apply text color to slotted footer items #14359

fix(card): Do not apply text color to slotted footer items

fix(card): Do not apply text color to slotted footer items #14359

Workflow file for this run

# Adopted from an action that is no longer maintained
# https://github.com/deepakputhraya/action-pr-title
name: PR title is not truncated (...)
on:
pull_request:
types: [opened, synchronize, edited, reopened]
jobs:
truncation-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/github-script@v6
with:
script: |
const action = require('${{ github.workspace }}/.github/scripts/validatePullRequestTitle.js')
await action({github, context, core})