Skip to content

File does not always recognize datetime from Google Sheets, and, in such cases, won't allow reinterpretation of text as datetime. #3631

File does not always recognize datetime from Google Sheets, and, in such cases, won't allow reinterpretation of text as datetime.

File does not always recognize datetime from Google Sheets, and, in such cases, won't allow reinterpretation of text as datetime. #3631

Workflow file for this run

name: Automatic Rebase
on:
issue_comment:
types: [created]
jobs:
rebase:
name: Rebase
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase')
runs-on: ubuntu-latest
steps:
- name: Checkout the latest code
uses: actions/checkout@v4
with:
token: ${{ secrets.BIOLAB_HELPER_PAT }}
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
- name: Automatic Rebase
uses: cirrus-actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.BIOLAB_HELPER_PAT }}