Skip to content

Fixed custom tweet message to make it work with scheduled posts. #88

Fixed custom tweet message to make it work with scheduled posts.

Fixed custom tweet message to make it work with scheduled posts. #88

Workflow file for this run

name: 'PR Automator'
on:
pull_request:
types:
- opened
- edited
- converted_to_draft
- ready_for_review
branches:
- develop
jobs:
Validate:
runs-on: ubuntu-latest
steps:
- uses: 10up/action-pr-automator@trunk
with:
fail-label: needs:feedback
pass-label: needs:code-review
reviewer: iamdharmesh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}