Skip to content

fix: added start and end time info text to educate user better around the schedule timelines #10376

fix: added start and end time info text to educate user better around the schedule timelines

fix: added start and end time info text to educate user better around the schedule timelines #10376

Workflow file for this run

name: remove-label
on:
pull_request_target:
types: [synchronize]
jobs:
remove:
runs-on: ubuntu-latest
steps:
- name: Remove label ok-to-test from PR
uses: buildsville/[email protected]
with:
label: ok-to-test
type: remove
token: ${{ secrets.GITHUB_TOKEN }}
- name: Remove label testing-deploy from PR
uses: buildsville/[email protected]
with:
label: testing-deploy
type: remove
token: ${{ secrets.GITHUB_TOKEN }}