Skip to content

bug: The 3 dots setting doesn't appear when hover over a thread on Window #29

bug: The 3 dots setting doesn't appear when hover over a thread on Window

bug: The 3 dots setting doesn't appear when hover over a thread on Window #29

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 }}