Skip to content

Feat(VIST-CPC-1361) See Received emails #1262

Feat(VIST-CPC-1361) See Received emails

Feat(VIST-CPC-1361) See Received emails #1262

Workflow file for this run

name: Is PR Mergable Today?
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
block:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
statuses: write
steps:
- uses: yykamei/block-merge-based-on-time@main
id: block
with:
timezone: "UTC-4"
after: 00:00
before: 00:00
base-branches: "(default)"
prohibited-days-dates: "2024-10-07, 2024-10-21"
- run: echo pr-blocked=${{ steps.block.outputs.pr-blocked }}
if: github.event_name == 'pull_request'