DSD-2084: enabled fontSize attribute for Table component #4952
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: pull_request | |
name: Changelog Reminder | |
jobs: | |
remind: | |
name: Changelog Reminder | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
- name: Changelog Reminder | |
uses: peterjgrainger/[email protected] | |
with: | |
changelog_regex: "CHANGELOG.md" | |
customPrMessage: "Your pull request is missing a changelog—was that intentional?" | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |