Skip to content

Typeof - date (ex: 01/01/2024) field decrements from the selected date #2676

Typeof - date (ex: 01/01/2024) field decrements from the selected date

Typeof - date (ex: 01/01/2024) field decrements from the selected date #2676

Workflow file for this run

name: Add bugs to bugs project
on:
issues:
types:
- opened
- transferred
permissions: {}
jobs:
add-to-project:
name: Add issue to Support Team project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@main
with:
project-url: https://github.com/orgs/strapi/projects/15
github-token: ${{ secrets.PROJECT_TRANSFER_TOKEN }}