Skip to content

idea: add {{current_time}} variable for use by AI Assistants #420

idea: add {{current_time}} variable for use by AI Assistants

idea: add {{current_time}} variable for use by AI Assistants #420

Workflow file for this run

name: Adds all issues to project board
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/${{ vars.ORG_NAME }}/projects/${{ vars.JAN_PROJECT_NUMBER }}
github-token: ${{ secrets.AUTO_ADD_TICKET_PAT }}