Use post.date when no post.updated entry exists #187
This file contains 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
name: Lint pull request title | |
on: | |
pull_request: | |
types: | |
- opened | |
- edited | |
- synchronize | |
- ready_for_review | |
permissions: | |
pull-requests: read | |
jobs: | |
main: | |
name: Run git-sumi | |
runs-on: ubuntu-latest | |
steps: | |
- uses: welpo/git-sumi-action@main | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |