Skip to content

As a User, I cannot use multi-instance on a task with a template applied #3820

As a User, I cannot use multi-instance on a task with a template applied

As a User, I cannot use multi-instance on a task with a template applied #3820

name: ADD_TO_PROJECT
on:
issues:
types:
- opened
- transferred
- labeled
pull_request:
types:
- opened
- labeled
jobs:
Exec:
name: Add issue to project
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: ${{ secrets.CONNECTORS_PROJECT_URL }}
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
labeled: connectors