Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

✨ check for np.nan in nullable types #168

✨ check for np.nan in nullable types

✨ check for np.nan in nullable types #168

name: Project automations
on:
issues:
types:
- opened
- reopened
- labeled
- unlabeled
pull_request:
types:
- opened
- reopened
- review_requested
- closed
jobs:
prio:
name: Sync issue priority to project board
runs-on: ubuntu-latest
steps:
- uses: owid/actions/assign-priority@main
with:
PROJECT_ISSUES_TOKEN: ${{ secrets.PROJECT_ISSUES_TOKEN }}
status:
name: Set status based on event
runs-on: ubuntu-latest
steps:
- uses: owid/actions/set-project-status@main
with:
PROJECT_ISSUES_TOKEN: ${{ secrets.PROJECT_ISSUES_TOKEN }}