Fix After/Before expanders error message when date/time is equal to boundary #195
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: "Automation - PR Description Validate" | |
on: | |
pull_request: | |
types: ["opened", "edited", "reopened", "ready_for_review"] | |
jobs: | |
automation: | |
uses: aeon-php/actions/.github/workflows/automation-pr-description-validate.yml@main | |
secrets: | |
automation_github_token: "${{ secrets.GITHUB_TOKEN }}" |